Add dark mode option
This commit is contained in:
@@ -99,6 +99,7 @@ export interface UiSettings {
|
||||
showTherapeuticRange?: boolean;
|
||||
steadyStateDaysEnabled?: boolean;
|
||||
stickyChart: boolean;
|
||||
theme?: 'light' | 'dark' | 'system';
|
||||
}
|
||||
|
||||
export interface AppState {
|
||||
@@ -171,5 +172,6 @@ export const getDefaultState = (): AppState => ({
|
||||
showTherapeuticRange: false,
|
||||
steadyStateDaysEnabled: true,
|
||||
stickyChart: false,
|
||||
theme: 'system',
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user