1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

fix menu style in light mode, closes #121

This commit is contained in:
checktheroads
2021-03-03 15:56:23 -07:00
parent d1c1492e2e
commit c2b8362e5e
5 changed files with 40 additions and 116 deletions

View File

@@ -58,7 +58,8 @@ export function makeTheme(
defaultColorMode: 'dark' | 'light' | null,
): Theme.Full {
const fonts = importFonts(userTheme.fonts);
const colors = importColors(userTheme.colors);
const { white, black, ...otherColors } = userTheme.colors;
const colors = importColors(otherColors);
const config = {} as Theme.Full['config'];
const fontWeights = {
hairline: 300,