Skip to content

Commit 5b8333e

Browse files
authored
Merge pull request #120 from abura1han/master
Fix color-popover CSS variable formatting
2 parents aa24d79 + 3c32fa8 commit 5b8333e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/(site)/docs/installation/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ module.exports = {
290290
"--color-background": "255 255 255",
291291
"--color-primary-foreground": "255 255 255",
292292
"--color-foreground": "0 0 0",
293-
"--color-popover": "255 255 255"
293+
"--color-popover": "255 255 255",
294294
"--color-destructive": "239 68 68",
295295
"--color-success": "34 197 94",
296296
"--color-warning": "234 179 8",
@@ -734,4 +734,4 @@ export default function TestComponent() {
734734
</div>
735735
</div>
736736
);
737-
}
737+
}

0 commit comments

Comments
 (0)