Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix(ui): use gray color for input placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfelton committed Sep 10, 2019
1 parent 0bab91a commit 97aabfd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions renderer/themes/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ const inputStyles = {
'::-webkit-search-decoration:hover, ::-webkit-search-cancel-button:hover': {
cursor: 'pointer',
},
'::placeholder': {
color: 'gray',
},
'&:disabled': {
bg: `${palette.gray}33`,
opacity: 0.6,
Expand Down

0 comments on commit 97aabfd

Please sign in to comment.