Skip to content

Commit

Permalink
Small UI Design Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Parveshdhull committed Sep 4, 2021
1 parent 112c5fd commit 3b4e32b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/quo/components/list/item.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
title subtitle subtitle-secondary active on-press on-long-press chevron size text-size
accessory-text accessibility-label title-accessibility-label accessory-style
haptic-feedback haptic-type error animated animated-accessory? title-text-weight]
:or {subtitle-max-lines 1
:or {subtitle-max-lines 0
theme :main
haptic-feedback true
animated platform/ios?
Expand Down
2 changes: 1 addition & 1 deletion src/status_im/navigation/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
{:component {:name comp
:id comp
:options (merge (cond-> (roots/status-bar-options)
(and platform/android? (not (colors/dark?)))
(and platform/android? (colors/dark?))
(assoc-in [:statusBar :translucent] true))
{:layout {:componentBackgroundColor (if platform/android?
(:backdrop @quo.colors/theme)
Expand Down

0 comments on commit 3b4e32b

Please sign in to comment.