This commit is contained in:
Fredrik Burmester
2024-10-08 18:43:25 +02:00
parent ec0843d737
commit 317e719460
12 changed files with 100 additions and 79 deletions

View File

@@ -56,7 +56,7 @@ export const isCloseToBlack = (color: string): boolean => {
};
export const adjustToNearBlack = (color: string): string => {
return "#212121"; // A very dark gray, almost black
return "#313131"; // A very dark gray, almost black
};
export const itemThemeColorAtom = atom<ThemeColors>({