This is an automated email from the ASF dual-hosted git repository.

mcgilman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-fds.git


The following commit(s) were added to refs/heads/master by this push:
     new 0ee2c47  [NIFI-6447] update demo theme accent color
0ee2c47 is described below

commit 0ee2c47c509d666b2b326de83ae0717826c4702b
Author: Scott Aslan <[email protected]>
AuthorDate: Wed Jul 17 15:12:22 2019 -0400

    [NIFI-6447] update demo theme accent color
    
    This closes #35
---
 webapp/theming/fds-demo.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/webapp/theming/fds-demo.scss b/webapp/theming/fds-demo.scss
index 3e9541e..59217e9 100644
--- a/webapp/theming/fds-demo.scss
+++ b/webapp/theming/fds-demo.scss
@@ -29,8 +29,8 @@
 //Change these
 $primaryColor: $rose1;
 $primaryColorHover: $rose2;
-$accentColor: $blue7;
-$accentColorHover: $grey4;
+$accentColor: $blue-grey1;
+$accentColorHover: $blue-grey2;
 
 // Include the base styles for Angular Material core. We include this here so 
that you only
 // have to load a single css file for Angular Material in your app.

Reply via email to