Skip to content

Commit

Permalink
fix bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
aarontuftss committed Oct 8, 2023
1 parent 1b57c8b commit 32d6bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/static/js/branding.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ export const biqu = {
},
{
name: 'background',
values: {[Themes.Light]: '#0a0c22', [Themes.Dark]: '#EBEBEB'},
values: {[Themes.Light]: '#0a0c22', [Themes.Dark]: '#0a0c22'},
},
{
name: 'surface-primary',
Expand Down

0 comments on commit 32d6bfc

Please sign in to comment.