Skip to content

Commit

Permalink
ui: match background to other background vals (#2652)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-genson authored Oct 17, 2023
1 parent 766cfa7 commit 3257ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ export default {
info: process.env.THEME_DARK_INFO || "#1976d2",
warning: process.env.THEME_DARK_WARNING || "#FF6D00",
error: process.env.THEME_DARK_ERROR || "#EF5350",
background: "#202021",
background: "#1E1E1E",
},
light: {
primary: process.env.THEME_LIGHT_PRIMARY || "#E58325",
Expand Down

0 comments on commit 3257ea2

Please sign in to comment.