mirror of
https://github.com/streamyfin/streamyfin.git
synced 2025-08-20 18:37:18 +02:00
wip
This commit is contained in:
@@ -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>({
|
||||
|
||||
Reference in New Issue
Block a user