mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-28 05:11:24 +08:00
style(sonner): add todo comment for missing button styles
This commit is contained in:
parent
cfee61836f
commit
bb3230fc3d
@ -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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user