style(sonner): add todo comment for missing button styles

This commit is contained in:
icarus 2025-12-13 01:00:28 +08:00
parent cfee61836f
commit bb3230fc3d
No known key found for this signature in database
GPG Key ID: D4AF089AAEC25D18

View File

@ -451,6 +451,7 @@ function Toast({
{button !== undefined && (
<button
type="button"
// FIXME: missing hover/active style
className={cn(
'py-1 px-2 rounded-3xs flex items-center h-7 bg-background-subtle border-[0.5px] border-border',
'text-foreground text-sm leading-4 tracking-normal',