higher contrast for toggle inputs

This commit is contained in:
Sean Yesmunt 2020-02-06 17:11:17 -05:00
parent 2333c76667
commit f37f792e61
3 changed files with 7 additions and 5 deletions

View file

@ -68,7 +68,7 @@
"@babel/register": "^7.0.0",
"@exponent/electron-cookies": "^2.0.0",
"@hot-loader/react-dom": "^16.8",
"@lbry/components": "^3.0.8",
"@lbry/components": "^3.0.9",
"@reach/menu-button": "^0.1.18",
"@reach/rect": "^0.2.1",
"@reach/tabs": "^0.1.5",

View file

@ -58,6 +58,8 @@
--color-input-bg-copyable: #434b53;
--color-input-border: var(--color-border);
--color-input-border-active: var(--color-secondary);
--color-input-toggle: var(--color-primary);
--color-input-toggle-bg-hover: var(--color-secondary);
// Menu
--color-menu-background: var(--color-header-background);

View file

@ -1033,10 +1033,10 @@
prop-types "^15.6.2"
scheduler "^0.15.0"
"@lbry/components@^3.0.8":
version "3.0.8"
resolved "https://registry.yarnpkg.com/@lbry/components/-/components-3.0.8.tgz#d3a5075866a74685b0f344e944c4aac1f7c6117d"
integrity sha512-Of+nc8CyL4bYllacS/7GBmLmkWAKLGgWvOyzQ8+HN+HC7NOMa3Nf5pcTU9VzAbU2dscKK16N4N2xaUlNq9WyfQ==
"@lbry/components@^3.0.9":
version "3.0.9"
resolved "https://registry.yarnpkg.com/@lbry/components/-/components-3.0.9.tgz#ce516be752bc58928763f07a1d5c6d5b3304daee"
integrity sha512-F346XDI66V4hDwninMWaqw7ZB+nS5yutuQ0Zm9zR5fO9SzoSNohtDQXNHeKxnH4wRL70O1isol2QZaqOsbcJ9Q==
"@mapbox/hast-util-table-cell-style@^0.1.3":
version "0.1.3"