Skip to content

Commit

Permalink
Rename var
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahem authored and ibrahem committed Sep 12, 2022
1 parent 2987ab4 commit 669b3fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/quo2/components/avatars/account_avatar.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{:dark (get-in colors/customization [:dark :purple])
:light (get-in colors/customization [:light :purple])})

(defn get-border-radii [size]
(defn get-border-radius [size]
(case size
80 16
48 12
Expand All @@ -31,7 +31,7 @@
(let [icon-color (if (theme/dark?)
(:dark icon-color-value)
(:light icon-color-value))
avatar-border-radius (get-border-radii size)
avatar-border-radius (get-border-radius size)
inner-icon-size (get-inner-icon-sizes size)]
[rn/view {:style {:width size
:background-color icon-color
Expand Down

0 comments on commit 669b3fb

Please sign in to comment.