-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update MUI to v5 #218
Update MUI to v5 #218
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
b3a966d
to
55e4408
Compare
55e4408
to
2201c5d
Compare
2201c5d
to
26095d6
Compare
26095d6
to
8473d74
Compare
8473d74
to
ec4d263
Compare
ec4d263
to
8df6862
Compare
8df6862
to
9a17537
Compare
9a17537
to
891bc66
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍👍👍👍👍❤️❤️❤️
@@ -21,8 +21,8 @@ export const useConfig = () => { | |||
anchorBorderColor: borderColor, | |||
anchorBorderColorSelected: inactiveColor, | |||
|
|||
pathBorderWidth: 6 / photoZoom.scale, | |||
pathBorderWidth: 5.1 / photoZoom.scale, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
getting thinner ❤️
@@ -199,7 +199,7 @@ export const renderOptionFactory = | |||
); | |||
} | |||
|
|||
const { name, osm_key: tagKey, osm_value: tagValue } = properties; | |||
const { name, osm_key: tagKey, osm_value: tagValue } = properties; // @TODO |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO ?
@@ -80,7 +80,12 @@ const darkTheme = createMuiTheme({ | |||
border: '#ffffffff', | |||
selected: '#ffffff', | |||
}, | |||
} as unknown, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wow, dokonce vyřešený typy! ❤️
interface PaletteOptions extends MuiPaletteOptions { | ||
tertiary?: MuiPaletteOptions['primary']; | ||
invertFilter?: string; | ||
climbing?: { | ||
primary: string; | ||
secondary: string; | ||
tertiary: string; | ||
tick: string; | ||
active: string; | ||
inactive: string; | ||
border: string; | ||
selected: string; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wow!
No description provided.