fix(css): follow button correct border radius

This commit is contained in:
2025-11-20 08:09:54 -03:00
parent 443996df96
commit 62a4347b96

View File

@@ -47,7 +47,7 @@
background-color: transparent;
color: var(--accent);
border: 1px solid var(--accent);
border-radius: 50%;
border-radius: 9999px;
padding: 4px 12px;
font-weight: 700;
font-size: 14px;