fix: border radius
This commit is contained in:
parent
739f958842
commit
d536d0771b
6 changed files with 9 additions and 9 deletions
|
|
@ -358,7 +358,7 @@ const rejectFollowRequest = () => {
|
|||
width: 20px;
|
||||
height: 20px;
|
||||
box-sizing: border-box;
|
||||
border-radius: 100%;
|
||||
border-radius: var(--radius-full);
|
||||
background: var(--panel);
|
||||
box-shadow: 0 0 0 3px var(--panel);
|
||||
font-size: 11px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue