From 1c8b68b4d774e3809d0a3b8fba2d187cde18c660 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 27 Jun 2019 15:35:52 +0300 Subject: Dark mode improvements --- vnext/src/ui/Button.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vnext/src/ui/Button.css') 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; -- cgit v1.2.3