1
0
Fork 0
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:
Michael Genson 2023-10-17 11:12:02 -05:00 committed by GitHub
parent 766cfa76b6
commit 3257ea2980
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",