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 :