We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c80102 commit 5bdb7ddCopy full SHA for 5bdb7dd
src/plugin/utils/props.ts
@@ -4,7 +4,7 @@ export const sharedProps = {
4
cancelButtonColor: 'default',
5
cancelButtonSize: 'x-small',
6
cancelButtonTitle: 'Cancel',
7
- cancelButtonVariant: 'tonal' as const,
+ cancelButtonVariant: 'text' as const,
8
cancelIcon: undefined,
9
cancelIconColor: 'default',
10
closeSiblings: false,
@@ -68,6 +68,7 @@ const valueIcons = {
68
const checkboxProps = {
69
...sharedProps,
70
...trueFalseIcons,
71
+ ...saveAndLoadingIconProps,
72
...{
73
falseIcon: undefined,
74
icons: true,
0 commit comments