Skip to content

Commit

Permalink
fix: adjust size and position of icon for lock in channel avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Son89 committed Sep 19, 2022
1 parent 2d660ec commit ba08e3d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/quo2/components/avatars/channel_avatar.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
(when lock-exists?
[rn/view {:style {:position :absolute
:left (if big?
13
5)
:top (if big?
14
5)
8)
:top (if big?
15
8)
:background-color (if dark?
colors/neutral-90
colors/white)
Expand All @@ -40,6 +40,6 @@
{:color (if dark?
colors/neutral-40
colors/neutral-50)
:container-style {:width 16
:height 16}
:container-style {:width 12
:height 12}
:size 12}]])]]))

0 comments on commit ba08e3d

Please sign in to comment.