fix: border radius

This commit is contained in:
ShittyKopper 2023-11-07 16:01:02 +03:00
parent 739f958842
commit d536d0771b
6 changed files with 9 additions and 9 deletions

View file

@ -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;