Skip to content

Commit 745c6e2

Browse files
authored
fix: custom colors not working
1 parent ae151e7 commit 745c6e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/renderer/theme/awesome-card.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const renderTheme = (theme: keyof typeof themes, customColors?: CustomCol
2020
let baseTheme: Theme;
2121

2222
// If no theme, return null
23-
if (theme == null) {
23+
if (theme == null && customColors == null) {
2424
return null;
2525
}
2626

0 commit comments

Comments
 (0)