Skip to content

Commit

Permalink
improve style
Browse files Browse the repository at this point in the history
  • Loading branch information
bastyen committed Jan 19, 2024
1 parent 72d0078 commit 39444da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/components/grw-filters/grw-filters.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
}
}
.selected-segment {
color: var(--color-on-secondary-container);
background-color: var(--color-secondary-container);
color: var(--color-on-primary-container);
background-color: var(--color-primary-container);
}
}
}
Expand Down Expand Up @@ -103,7 +103,7 @@
border: none;
-webkit-tap-highlight-color: transparent;
line-height: 20px;
color: var(--color-secondary-container);
color: var(--color-primary-container);
background-color: transparent;
font-family: var(--font-family);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}
}
.selected-segment {
color: var(--color-on-secondary-container);
background-color: var(--color-secondary-container);
color: var(--color-on-primary-container);
background-color: var(--color-primary-container);
}
}

0 comments on commit 39444da

Please sign in to comment.