Skip to content

Commit

Permalink
fix profile avatar highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmydel committed Mar 14, 2024
1 parent 5c9736e commit 46f357e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1441,8 +1441,8 @@ const styles = (theme: ThemeColors) =>

sidebarAvatar: {
borderRadius: 28,
height: variables.componentSizeSmall,
width: variables.componentSizeSmall,
height: 28,
width: 28,
},

selectedAvatarBorder: {
Expand Down

0 comments on commit 46f357e

Please sign in to comment.