Skip to content

Commit 63d7a67

Browse files
committed
style: pnpm fmt
1 parent 9c32964 commit 63d7a67

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

js/react/lib/components/tag/tag.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const Tag = withAs(
1212
return (
1313
<Component
1414
className={cn([
15-
selected ? "rustlanges-tag--selected" : "rustlanges-tag--default",
15+
selected ? "rustlanges-tag--selected" : "rustlanges-tag--default",
1616
"rustlanges-tag",
1717
className,
1818
])}

styles/components/tag.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
}
55

66
.rustlanges-tag--default {
7-
@apply bg-light text-black border-black;
7+
@apply bg-light border-black text-black;
88

99
@variant dark {
10-
@apply bg-neutral-950 text-neutral-50 border-neutral-50;
10+
@apply border-neutral-50 bg-neutral-950 text-neutral-50;
1111
}
1212
}
1313
.rustlanges-tag--selected {

0 commit comments

Comments
 (0)