style: dark theme for scroller
This commit is contained in:
@@ -2,7 +2,7 @@ import { atom } from 'jotai';
|
||||
import { atomWithStorage } from 'jotai/utils';
|
||||
|
||||
type UserSettings = {
|
||||
theme: 'light' | 'realDark';
|
||||
theme: 'light' | 'realDark' | 'auto';
|
||||
};
|
||||
|
||||
export const userSettingsAtom = atomWithStorage<UserSettings>('userSettings', {
|
||||
|
||||
Reference in New Issue
Block a user