From 67f97600c7a9fd2529b1dbcc6253c15f4d1e906c Mon Sep 17 00:00:00 2001 From: Vozer <76500838+SlippingGitty@users.noreply.github.com> Date: Sun, 5 Jun 2022 14:56:30 -0500 Subject: [PATCH] friend list button border radius --- src/_friends.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/_friends.scss b/src/_friends.scss index 3b3810e..ef4a49a 100644 --- a/src/_friends.scss +++ b/src/_friends.scss @@ -4,6 +4,11 @@ //////////////////////// */ +/* Friends List Options */ +.tabBar-ra-EuL .item-3mHhwr { + border-radius: 50px; +} + /* Friends themselves */ .peopleListItem-u6dGxF { backdrop-filter: blur(20px); @@ -61,4 +66,4 @@ background: rgba(41, 38, 39, 0.276); margin-bottom: 15px; margin-top: 15px; -} \ No newline at end of file +}