diff --git a/src/components/Settings/ThemeSettings.tsx b/src/components/Settings/ThemeSettings.tsx index 42755067..48b8aab3 100644 --- a/src/components/Settings/ThemeSettings.tsx +++ b/src/components/Settings/ThemeSettings.tsx @@ -63,7 +63,7 @@ const ThemeSettings: React.FC = ({ settings, onUpdate }) => {showDarkColors && (
- +
{Object.entries(darkColors).map(([key, color]) => (
= ({ settings, onUpdate }) => {showLightColors && (
- +
{Object.entries(lightColors).map(([key, color]) => (