🐛 Adjust button icon visibility (#11070)

This commit is contained in:
Marina López 2026-08-05 11:30:13 +02:00 committed by GitHub
parent 636bc22cc4
commit 6628f0a134
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -734,8 +734,8 @@
display: flex;
justify-content: center;
align-items: center;
width: $sz-32;
height: $sz-32;
width: $sz-48;
height: $sz-48;
&:hover {
--icon-stroke: var(--color-accent-primary);