Skip to content

Commit

Permalink
round off width passed to rn-hole-view
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed Sep 15, 2024
1 parent 6248a4f commit f426fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quo/components/profile/profile_card/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
[]
[{:x 20
:y 108
:width (- width 40)
:width (- (int width) 40)
:height 50
:borderRadius 16}])}
[rn/view
Expand Down

0 comments on commit f426fb4

Please sign in to comment.