File tree Expand file tree Collapse file tree 1 file changed +5
-16
lines changed
packages/ui-components/src/Common/Badge Expand file tree Collapse file tree 1 file changed +5
-16
lines changed Original file line number Diff line number Diff line change 22
33.badge {
44 @apply rounded-full
5- border
65 text-center
76 text-white;
87
1918 }
2019
2120 & .default {
22- @apply border-green-200
23- bg-green-600
24- dark:border-green-800;
21+ @apply bg-green-600;
2522 }
2623
2724 & .error {
28- @apply border-danger-200
29- bg-danger-600
30- dark:border-danger-800;
25+ @apply bg-danger-600;
3126 }
3227
3328 & .warning {
34- @apply border-warning-200
35- bg-warning-600
36- dark:border-warning-600;
29+ @apply bg-warning-600;
3730 }
3831
3932 & .info {
40- @apply border-info-200
41- bg-info-600
42- dark:border-info-800;
33+ @apply bg-info-600;
4334 }
4435
4536 & .neutral {
46- @apply border-neutral-200
47- bg-neutral-600
48- dark:border-neutral-800;
37+ @apply bg-neutral-600;
4938 }
5039}
You can’t perform that action at this time.
0 commit comments