diff options
author | Vitaly Takmazov | 2019-06-27 15:35:52 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:55 +0300 |
commit | 1c8b68b4d774e3809d0a3b8fba2d187cde18c660 (patch) | |
tree | e0d1d2d72493dd94b99d484ad13c2d16d768163e /vnext/src/ui/Button.css | |
parent | 72d02a353882ff245b38a273c1b2851ce04c9677 (diff) |
Dark mode improvements
Diffstat (limited to 'vnext/src/ui/Button.css')
-rw-r--r-- | vnext/src/ui/Button.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/ui/Button.css b/vnext/src/ui/Button.css index 2acb87be..539e6d36 100644 --- a/vnext/src/ui/Button.css +++ b/vnext/src/ui/Button.css @@ -1,6 +1,6 @@ .Button { background: #fff; - border: 1px solid #eee; + border: 1px solid var(--border-color); color: #888; cursor: pointer; display: inline-block; |