mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-02 20:15:24 +02:00
ui: match background to other background vals (#2652)
This commit is contained in:
parent
766cfa76b6
commit
3257ea2980
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue