Skip to content

Commit

Permalink
feat #364 - Filters: match bg color to pagination buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-dassana committed Jul 12, 2021
1 parent ab92200 commit 313083d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Filters/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export const useBaseFilterStyles = createUseStyles({
marginRight: spacing.s
},
...font.label,
background: themedStyles[light].base.backgroundColor,
marginRight: spacing.m
},
filtersSummary: {
Expand All @@ -68,6 +69,9 @@ export const useBaseFilterStyles = createUseStyles({
// eslint-disable-next-line sort-keys
'@global': {
[`.${dark}`]: {
'& $filterIcon': {
background: themedStyles[dark].base.backgroundColor
},
'& $filtersSummary': {
color: themedStyles[dark].base.color
}
Expand Down

0 comments on commit 313083d

Please sign in to comment.