File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ const UlVariantClass = {
30
30
const ButtonVariantClass = {
31
31
default : `w-full h-8 px-3 border border-ds-gray-tertiary rounded-md bg-ds-background disabled:text-ds-gray-quaternary disabled:bg-ds-gray-primary disabled:border-ds-gray-tertiary` ,
32
32
gray : `w-full h-8 px-3 border border-ds-gray-tertiary rounded-md bg-ds-container disabled:text-ds-gray-quaternary disabled:bg-ds-gray-primary disabled:border-ds-gray-tertiary` ,
33
- text : `flex-init text-ds-blue-default` ,
33
+ text : `flex-init bg-transparent text-ds-blue-default` ,
34
34
defaultOrgSelector : `w-full h-12 px-3 border border-ds-gray-tertiary rounded-md bg-ds-background disabled:text-ds-gray-quaternary disabled:bg-ds-gray-primary disabled:border-ds-gray-tertiary` ,
35
35
}
36
36
You can’t perform that action at this time.
0 commit comments