Skip to content

Commit b3a00ff

Browse files
committed
remove stray hsl()
1 parent 79d2f70 commit b3a00ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/styles/globals.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
--color-foreground: var(--foreground);
8080

8181
--color-primary: var(--primary);
82-
--color-primary-foreground: hsl(var(--primary-foreground));
82+
--color-primary-foreground: var(--primary-foreground);
8383

8484
--color-secondary: var(--secondary);
8585
--color-secondary-foreground: var(--secondary-foreground);

0 commit comments

Comments
 (0)