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.
pnpm fmt
1 parent 9c32964 commit 63d7a67Copy full SHA for 63d7a67
js/react/lib/components/tag/tag.component.tsx
@@ -12,7 +12,7 @@ export const Tag = withAs(
12
return (
13
<Component
14
className={cn([
15
- selected ? "rustlanges-tag--selected" : "rustlanges-tag--default",
+ selected ? "rustlanges-tag--selected" : "rustlanges-tag--default",
16
"rustlanges-tag",
17
className,
18
])}
styles/components/tag.css
@@ -4,10 +4,10 @@
4
}
5
6
.rustlanges-tag--default {
7
- @apply bg-light text-black border-black;
+ @apply bg-light border-black text-black;
8
9
@variant dark {
10
- @apply bg-neutral-950 text-neutral-50 border-neutral-50;
+ @apply border-neutral-50 bg-neutral-950 text-neutral-50;
11
.rustlanges-tag--selected {
0 commit comments