Skip to content

Commit

Permalink
Profile page fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayesivan committed Apr 16, 2024
1 parent 66b3b3d commit c6e2e9c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/quo/components/navigation/page_nav/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@
page-nav-height))]
[reanimated/view
{:style [center-content-container-style
animated-style]}]
[text/text
{:weight :medium
:size :paragraph-1
:number-of-lines 1}
title]))
animated-style]}
[text/text
{:weight :medium
:size :paragraph-1
:number-of-lines 1}
title]]))

(defn- dropdown-center
[{:keys [theme background dropdown-on-press dropdown-selected? dropdown-text
Expand Down

0 comments on commit c6e2e9c

Please sign in to comment.