File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 44 Button
55*/
66.button {
7- @apply font-sans border-xs border-solid rounded-xs inline-flex justify-center items-center hover:cursor-pointer disabled:cursor-not-allowed;
7+ @apply font-sans border-xs border-solid rounded-none inline-flex justify-center items-center hover:cursor-pointer disabled:cursor-not-allowed;
88}
9-
109/*
1110 Variant
1211*/
1312.button--primary {
1413 @apply bg-surface-primary-default border-border-primary-default text-content-primary-default;
1514}
1615.button--primary : hover {
17- @apply bg-surface-primary-hover border-border-primary-hover text-content-primary-hover;
1816}
1917.button--primary : disabled {
2018 @apply bg-surface-primary-disabled border-border-primary-disabled text-content-primary-disabled;
You can’t perform that action at this time.
0 commit comments