Skip to content

Commit

Permalink
[adjust] FloorSelector style
Browse files Browse the repository at this point in the history
  • Loading branch information
VecHK committed Jul 19, 2023
1 parent fc78692 commit 7e85ce7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/FloorFilter/components/Selected.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
position: absolute;
top: var(--TrackLayoutTop);
left: 0;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .08);
}

.Selected {
Expand Down
2 changes: 1 addition & 1 deletion src/components/FloorFilter/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
--active-color: #3a3a45;
--unactive-color: #3a3a4555;

--selected-color: hsl(240deg 9% 50%);
--selected-color: hsl(240deg 9% 61.8%);
--unselected-color: hsl(240deg 9% 85%);

--filter-background-color: white;
Expand Down

0 comments on commit 7e85ce7

Please sign in to comment.