From 1ecac5ee4e0a656bbc7c04280c6abdcf514a2c87 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Thu, 30 Jan 2025 11:14:30 -0800 Subject: [PATCH] fix(web): theme header differences (#1085) * feat(theme): add default header colors for theme differences * refactor(theme): update UserProfile component colors to use theme variables * fix(theme): safely handle default header colors for themes --- web/components/UserProfile.ce.vue | 4 +- web/components/UserProfile/ServerState.vue | 2 +- web/store/theme.ts | 49 +++++++++++++++++++++- 3 files changed, 50 insertions(+), 5 deletions(-) diff --git a/web/components/UserProfile.ce.vue b/web/components/UserProfile.ce.vue index 8b6983e20..176cb9039 100644 --- a/web/components/UserProfile.ce.vue +++ b/web/components/UserProfile.ce.vue @@ -120,7 +120,7 @@ onMounted(() => {