From c95c621f5b89752c626f8c72bc098559a5d64c91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5var=20Aamb=C3=B8=20Fosstveit?= Date: Fri, 20 Mar 2020 00:01:08 +0100 Subject: [PATCH] Example config for badge color --- app/public/config/config.example.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app/public/config/config.example.js b/app/public/config/config.example.js index 154ccf8..a375cbb 100644 --- a/app/public/config/config.example.js +++ b/app/public/config/config.example.js @@ -62,6 +62,17 @@ var config = backgroundColor : '#518029' } } + }, + MuiBadge : + { + colorPrimary : + { + backgroundColor : '#5F9B2D', + '&:hover' : + { + backgroundColor : '#518029' + } + } } }, typography :