Skip to content

Commit

Permalink
chore: rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Son89 committed Aug 2, 2023
1 parent c19550a commit 7f97ed7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
[quo/page-nav
{:align-mid? true
:mid-section {:type :text-only :main-text ""}
:left-section {:type :blur-bg
:left-section {:type :grey
:icon-background :blur
:icon :i/arrow-left
:icon-override-theme :dark
:on-press (fn []
(when-not disable-back-button?
(rf/dispatch back-event)))}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
[rn/view
[rn/view {:style style/header-container}
[quo/button
{:icon true
:type :blur-bg
{:icon-only? true
:type :grey
:size 32
:accessibility-label :close-activity-center
:on-press #(rf/dispatch [:navigate-back])}
:i/close]
[quo/button
{:icon true
:type :blur-bg
{:icon-only? true
:type :grey
:size 32
:accessibility-label :activity-center-open-more
:on-press #(rf/dispatch [:show-bottom-sheet
Expand Down

0 comments on commit 7f97ed7

Please sign in to comment.