From 6b607b41cb370431b42fadbcaa3aa7e1a39ca6a9 Mon Sep 17 00:00:00 2001 From: Sparky Date: Wed, 16 Jan 2019 08:00:34 -0500 Subject: [PATCH] Fixed inconsistent UI coloring around settings drawer Before, It matched the header bars coloration. With the header matching the larger background, I have corrected drawer coloration. --- src/bower_components/emby-webcomponents/themes/dark/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bower_components/emby-webcomponents/themes/dark/theme.css b/src/bower_components/emby-webcomponents/themes/dark/theme.css index a543248a67..8f89ebef5d 100644 --- a/src/bower_components/emby-webcomponents/themes/dark/theme.css +++ b/src/bower_components/emby-webcomponents/themes/dark/theme.css @@ -287,7 +287,7 @@ html { } .mainDrawer { - background-color: #1c1c1c + background-color: #101010 } .navMenuOption:hover {