Update .btn--sm border-radius

This commit is contained in:
Timothée Goguely 2024-10-09 16:05:26 +02:00
parent 42f442914a
commit 82580c1db8

View file

@ -78,6 +78,7 @@ input[type="checkbox"]:checked + .btn--primary {
.btn--sm {
padding: .375rem var(--space-12) .5rem;
border-radius: var(--rounded-md);
}
@media (hover: hover) {