Skip to content

Commit d9d62a1

Browse files
committed
feat: update ring color variable to use primary color for improved theming consistency
1 parent c3c3685 commit d9d62a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
--destructive: var(--color-red-400);
240240
--border: var(--color-grey-200);
241241
--input: oklch(0.922 0 0);
242-
--ring: oklch(0.708 0 0);
242+
--ring: var(--color-primary);
243243
}
244244

245245
.dark {

0 commit comments

Comments
 (0)