Fix theme application - use cupcake instead of removing data-theme
All checks were successful
Build Docker Image / build (push) Successful in 3m13s

This commit is contained in:
Ruslan Bakiev
2026-01-22 09:39:46 +07:00
parent b5d27a3a20
commit aabee550d2
2 changed files with 7 additions and 11 deletions

View File

@@ -157,7 +157,7 @@ const props = defineProps<{
userAvatarSvg?: string
userName?: string
userInitials?: string
theme?: 'default' | 'night'
theme?: 'cupcake' | 'night'
userData?: {
id?: string
activeTeam?: { name?: string; teamType?: string }