Skip to content

Commit

Permalink
Make search bar transparent to fix light mode appearance (#1690)
Browse files Browse the repository at this point in the history
  • Loading branch information
austinpray-mixpanel authored Dec 19, 2024
1 parent 2072b4d commit b356289
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/Search/Search.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
margin-right: 6px;
}

.searchBar {
background: rgba(0, 0, 0, 0);
}

.searchBar:focus {
box-shadow: none;
}
Expand Down

0 comments on commit b356289

Please sign in to comment.