Skip to content

Commit

Permalink
fix: revamp mobile search input on light mode (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
lacerdamurilo authored Dec 30, 2024
1 parent 000a6c8 commit c66d2c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/newUi.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1933,8 +1933,8 @@ nav {

.mobile-search-input {
transition: width 0.3s ease, padding 0.3s ease;
color: var(--secondary-color);
background-color: var(--input-background) !important;
color: var(--bold-text-color);
background-color: var(--input-background);
padding-left: 35px;
background-size: 16px;
border: 1px solid var(--border-color);
Expand Down Expand Up @@ -3450,7 +3450,7 @@ th.sortable {

.mobile-search-input {
transition: width 0.3s ease, padding 0.3s ease;
color: var(--secondary-color);
color: var(--bold-text-color) !important;
background-color: var(--input-background) !important;
padding-left: 35px;
background-size: 16px;
Expand Down

0 comments on commit c66d2c1

Please sign in to comment.