Skip to content

Commit 5bdb7dd

Browse files
Changed button variant. Added to checkbox for save buttons
1 parent 7c80102 commit 5bdb7dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/plugin/utils/props.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const sharedProps = {
44
cancelButtonColor: 'default',
55
cancelButtonSize: 'x-small',
66
cancelButtonTitle: 'Cancel',
7-
cancelButtonVariant: 'tonal' as const,
7+
cancelButtonVariant: 'text' as const,
88
cancelIcon: undefined,
99
cancelIconColor: 'default',
1010
closeSiblings: false,
@@ -68,6 +68,7 @@ const valueIcons = {
6868
const checkboxProps = {
6969
...sharedProps,
7070
...trueFalseIcons,
71+
...saveAndLoadingIconProps,
7172
...{
7273
falseIcon: undefined,
7374
icons: true,

0 commit comments

Comments
 (0)