Fix buttons across app

This commit is contained in:
adilallo
2026-02-03 10:30:13 -07:00
parent 8f0db08d0f
commit 6ea840505a
4 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -50,10 +50,10 @@ export function AlertView({
</div>
<Button
variant="ghost"
size="xsmall"
size="large"
onClick={onClose}
ariaLabel="Close alert"
className="shrink-0"
className="shrink-0 [&_svg_path]:transition-colors [&_svg_path]:duration-200 hover:[&_svg_path]:fill-[var(--color-content-default-primary)]"
>
<svg
width="20"