chore(theme): drop "consigliato" hint from the light scheme label
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Mv83a29B4eFv5ixoj6PoE1
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
export type ColorScheme = "light" | "dark" | "auto";
|
export type ColorScheme = "light" | "dark" | "auto";
|
||||||
|
|
||||||
export const SCHEME_OPTIONS = [
|
export const SCHEME_OPTIONS = [
|
||||||
{ label: "Chiaro (consigliato)", value: "light" },
|
{ label: "Chiaro", value: "light" },
|
||||||
{ label: "Scuro", value: "dark" },
|
{ label: "Scuro", value: "dark" },
|
||||||
{ label: "Segue il sistema del visitatore", value: "auto" },
|
{ label: "Segue il sistema del visitatore", value: "auto" },
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user