-
Notifications
You must be signed in to change notification settings - Fork 90
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
refactor: initial theme refactor #2445 #2446
Conversation
@@ -62,53 +62,61 @@ export default createTheme({ | |||
}, | |||
}, | |||
palette: { | |||
// type: 'light', // Currently commented out because of type errors |
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.
Is this something to worry about now?
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.
No and I'll remove for now but I am:
- adding some notes to the theme file so folks can see the intention and plans behind certain changes. Most of these can be removed once the work on UI Theming and Style Refactoring on Desktop Client #2445 is complete.
- taking as many opportunities as possible to nudge the theme file toward what MUI expects and what the Figma designs lay out
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.
Looks good!
Notes on this:
Pull Request Checklist
(Optional) Mobile checklist
Please ensure you completed the following checks if you did any changes to the mobile package: