-
-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Labels
good first issueGood for newcomersGood for newcomers
Description
It would require a very little work:
- add
type: 'dark'
to theme.ts - set panel background to pallete color
- save to local storage + add button to right bottom menu
- Optional followup: add dark MapLibre style
// src/helpers/theme.ts
const theme = createMuiTheme({
palette: {
+ type: 'dark',
primary: {
main: '#556cd6',
},
cc @Flohhhhh - i think you were asking for that
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers