fix(css): follow button correct border radius
This commit is contained in:
@@ -47,7 +47,7 @@
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: var(--accent);
|
color: var(--accent);
|
||||||
border: 1px solid var(--accent);
|
border: 1px solid var(--accent);
|
||||||
border-radius: 50%;
|
border-radius: 9999px;
|
||||||
padding: 4px 12px;
|
padding: 4px 12px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|||||||
Reference in New Issue
Block a user