mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-02 02:03:20 -05:00
refactor(frontend): 🔥 rewrite backup UI for new page base components
Removed old split code and used the composition api to to re-write the import/export functionality of mealie.
This commit is contained in:
@@ -246,7 +246,7 @@ export default {
|
||||
themes: {
|
||||
dark: {
|
||||
primary: "#E58325",
|
||||
accent: "#00457A",
|
||||
accent: "#007A99",
|
||||
secondary: "#973542",
|
||||
success: "#43A047",
|
||||
info: "#1976d2",
|
||||
@@ -255,7 +255,7 @@ export default {
|
||||
},
|
||||
light: {
|
||||
primary: "#E58325",
|
||||
accent: "#00457A",
|
||||
accent: "#007A99",
|
||||
secondary: "#973542",
|
||||
success: "#43A047",
|
||||
info: "#1976d2",
|
||||
|
||||
Reference in New Issue
Block a user