Skip to content

Commit

Permalink
Make text-fields match the dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanpingle committed Apr 8, 2023
1 parent 7dbe0a7 commit 2000e16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/client/lazy-app/Compress/Options/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@
}

.text-field {
background: var(--white);
color: var(--black);
background-color: var(--black);
color: var(--white);
font: inherit;
border: none;
padding: 6px 0 6px 10px;
padding: 6px 6px 6px 10px;
width: 100%;
box-sizing: border-box;
border-radius: 4px;
Expand Down

0 comments on commit 2000e16

Please sign in to comment.