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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user