--nav-ui-highlight-color -> --accent-color

This commit is contained in:
Alex Gleason
2020-05-30 22:06:33 -05:00
parent be3065405c
commit 4ac7663d3c
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ const cssrgba = (color, a) => {
const populate = themeData => {
const { 'brand-color': brandColor } = themeData.toObject();
return ImmutableMap({
'nav-ui-highlight-color': brightness(10, hue(-3, brandColor).hex).hex,
'accent-color': brightness(10, hue(-3, brandColor).hex).hex,
'brand-color-faint': cssrgba(brandColor, 0.1),
'highlight-text-color': brandColor,
}).merge(themeData);