-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor theming of
FilterBarPopoverFilter
(#1586)
<img width="429" alt="Screenshot 2024-01-17 at 11 30 02" src="https://github.com/vivid-planet/comet/assets/109900447/b31600b2-a0b1-482d-a0d3-70e6ade73a87"> <img width="241" alt="Screenshot 2024-01-17 at 11 30 12" src="https://github.com/vivid-planet/comet/assets/109900447/cc62804b-fdea-4d89-88cc-d56cc6c28280"> --------- Co-authored-by: Julia Wegmayr <julia.wegmayr@vivid-planet.com> Co-authored-by: Ricky James Smith <jamesricky@me.com>
- Loading branch information
1 parent
4529359
commit d2e64d1
Showing
4 changed files
with
135 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"@comet/admin": major | ||
--- | ||
|
||
Remove the `paper` class key from `FilterBarPopoverFilterClassKey` | ||
|
||
Instead of using `styleOverrides` for `paper` in the theme, use the `slotProps` and `sx` props. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
44 changes: 0 additions & 44 deletions
44
.../admin/admin/src/table/filterbar/filterBarPopoverFilter/FilterBarPopoverFilter.styles.tsx
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters