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:
2026-07-10 18:14:04 +02:00
parent 86a901d598
commit fa4fc02e9f

View File

@@ -23,7 +23,7 @@
export type ColorScheme = "light" | "dark" | "auto";
export const SCHEME_OPTIONS = [
{ label: "Chiaro (consigliato)", value: "light" },
{ label: "Chiaro", value: "light" },
{ label: "Scuro", value: "dark" },
{ label: "Segue il sistema del visitatore", value: "auto" },
];