fix(css): follow button correct border radius
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user