fix: dialog header one letter missing to make it white

This commit is contained in:
2025-04-20 18:37:49 +02:00
parent fea7e24701
commit aa0fc47d96

View File

@@ -13,7 +13,7 @@
<div
bind:this={ref}
class={cn("flex flex-col space-y-1.5 text-center sm:text-left *:text-whit", className)}
class={cn("flex flex-col space-y-1.5 text-center sm:text-left *:text-white", className)}
{...restProps}
>
{@render children?.()}