Fix theme application - use cupcake instead of removing data-theme
All checks were successful
Build Docker Image / build (push) Successful in 3m13s
All checks were successful
Build Docker Image / build (push) Successful in 3m13s
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user