-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Clean up styles.js #27336
Labels
Monthly
KSv2
Comments
@chrispader mind updating the description here for your open PR? |
59 tasks
I can't update the issue description because i'm not the issue owner 🥴 |
gotta love github |
not overdue |
@grgia is this done? :) |
@chrispader should we close? |
yes 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Convert the static styles in styles.js into functions that take the current theme as an argument instead of a static import. The default export of styles.js will still be the styles with the defaultTheme provided, so this doesn't break anything.
Remove the need to add dynamic styles manually to providers.
The text was updated successfully, but these errors were encountered: