refactor: add more fill
variants to the experimental theme
#11827
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
After living with the
experimental
theme for a while, I think this change should fill out the last couple gaps in coverage that I've been missing.Following this PR, we can start to more full-heartedly switch to the experimental theme, refine the palette, and then remove the MUI theme from our
Theme
type. We'll still need it in the background for as long as we continue to use MUI, but we should no longer expose it fromuseTheme
, etc.This PR does not make many stylistic changes worth reviewing. Those may follow in other, more granular changes.