Skip to content

Commit

Permalink
improved visibility of filter
Browse files Browse the repository at this point in the history
  • Loading branch information
replyre authored and sadanandpai committed Jul 19, 2024
1 parent 9afb2c6 commit 6729977
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,25 +175,25 @@
border: 2px solid #ccc;
}
.segmentBtn1 {
background-color: #cecdcd;
background-color: var(--shadow-footer);
width: 50%;
border: none;
&[data-active='true'] {
background-color: white;
background-color: var(--bg-body);
border: none;
padding: 0px 20px;
padding: 10px 20px;
border-radius: 5px;
cursor: pointer;
}
}

.segmentBtn2 {
background-color: #cecdcd;
background-color: var(--shadow-footer);
border: none;
width: 50%;
&[data-active='true'] {
background-color: white;
padding: 0px 20px;
background-color: var(--bg-body);
padding: 10px 20px;
border-radius: 5px;
cursor: pointer;
}
Expand Down

0 comments on commit 6729977

Please sign in to comment.