diff --git a/photon-client/src/plugins/vuetify.ts b/photon-client/src/plugins/vuetify.ts index 6345670ff8..a3751d81ed 100644 --- a/photon-client/src/plugins/vuetify.ts +++ b/photon-client/src/plugins/vuetify.ts @@ -11,10 +11,10 @@ const darkTheme: VuetifyThemeVariant = Object.freeze({ secondary: "#39A4D5", accent: "#FFD843", background: "#232C37", - error: "#B00020", + error: "#FF5252", info: "#2196F3", success: "#4CAF50", - warning: "#FB8C00" + warning: "#FFC107" }); const lightTheme: VuetifyThemeVariant = Object.freeze({ @@ -22,10 +22,10 @@ const lightTheme: VuetifyThemeVariant = Object.freeze({ secondary: "#39A4D5", accent: "#FFD843", background: "#232C37", - error: "#B00020", + error: "#FF5252", info: "#2196F3", success: "#4CAF50", - warning: "#FB8C00" + warning: "#FFC107" });