fix(claude theme): update ring colors in default presets for better visibility

This commit is contained in:
Baljeet Singh
2025-07-06 17:06:50 +00:00
committed by Sahaj Jain
parent 32aaea5be3
commit 6a709c2a82
+2 -2
View File
@@ -3095,7 +3095,7 @@ export const defaultPresets: Record<string, ThemePreset> = {
"destructive-foreground": "#ffffff",
border: "#dad9d4",
input: "#b4b2a7",
ring: "#207fde",
ring: "#c96442",
"chart-1": "#b05730",
"chart-2": "#9c87f5",
"chart-3": "#ded8c4",
@@ -3130,7 +3130,7 @@ export const defaultPresets: Record<string, ThemePreset> = {
"destructive-foreground": "#ffffff",
border: "#3e3e38",
input: "#52514a",
ring: "#207fde",
ring: "#d97757",
"chart-1": "#b05730",
"chart-2": "#9c87f5",
"chart-3": "#1a1915",