Refactor header: extract Avatar into standalone UserAvatarMenu component, and add _hover styling

This commit is contained in:
Daniel S. Hansen
2025-07-17 15:35:01 -07:00
parent 0b7547cdc2
commit 2298347e84
3 changed files with 35 additions and 23 deletions
+2 -2
View File
@@ -57,9 +57,9 @@ const config = defineConfig({
base200: { value: {base: "#eef2f6", _dark: "#242424"}},
base300: { value: {base: "#dfe5ed", _dark: "#60645a"}},
// primary: { value: {base: "#9cd855", _dark: "#629631"}},
primary: { value: {base: "#2B98F8", _dark: "#629631"}},
primary: { value: {base: "#2B98F8", _dark: "#2B98F8"}},
// primaryLt: { value: {base: "#c9e9a0", _dark: "#92948e"}},
primaryLt: { value: {base: "#2BCFF8", _dark: "#92948e"}},
primaryLt: { value: {base: "#2BCFF8", _dark: "#2BCFF8"}},
secondaryBG: { value: {base: "#EDF1F1", _dark: "#121212"}},
border: {value: {base: "#000000", _dark: "#CBCBCB"}},
text: {value: {base: "#19332D", _dark: "#CBCBCB"}},