Skip to content

Commit

Permalink
fix theme loading error (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
untari authored Jul 25, 2024
1 parent 64c94c1 commit 2b2eb4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const DEFAULT_IDENTICONS = {
style: 'identiheart'
}

const configColors = config.theme?.colors
const configColors = config.theme?.colors || DEFAULT_COLORS

const themeConfig = {
colors: configColors,
Expand Down

0 comments on commit 2b2eb4f

Please sign in to comment.