[ui][button] add danger, warning, info variants

This commit is contained in:
Yangshun Tay
2022-10-10 07:17:06 +08:00
parent 0335616d57
commit fecb470c99
2 changed files with 25 additions and 7 deletions

View File

@ -23,6 +23,9 @@ const buttonVariants: ReadonlyArray<ButtonVariant> = [
'tertiary',
'special',
'success',
'danger',
'warning',
'info',
];
export default {