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 2
2
3
3
.badge {
4
4
@apply rounded-full
5
- border
6
5
text-center
7
6
text-white;
8
7
19
18
}
20
19
21
20
& .default {
22
- @apply border-green-200
23
- bg-green-600
24
- dark:border-green-800;
21
+ @apply bg-green-600;
25
22
}
26
23
27
24
& .error {
28
- @apply border-danger-200
29
- bg-danger-600
30
- dark:border-danger-800;
25
+ @apply bg-danger-600;
31
26
}
32
27
33
28
& .warning {
34
- @apply border-warning-200
35
- bg-warning-600
36
- dark:border-warning-600;
29
+ @apply bg-warning-600;
37
30
}
38
31
39
32
& .info {
40
- @apply border-info-200
41
- bg-info-600
42
- dark:border-info-800;
33
+ @apply bg-info-600;
43
34
}
44
35
45
36
& .neutral {
46
- @apply border-neutral-200
47
- bg-neutral-600
48
- dark:border-neutral-800;
37
+ @apply bg-neutral-600;
49
38
}
50
39
}
You can’t perform that action at this time.
0 commit comments