fix: remove extra layer of alignment for onboarding checkbox

This commit is contained in:
Sean Hagstrom 2024-08-26 12:19:35 +01:00 committed by Andrea Maria Piana
parent 3aec2602d4
commit 9ff052b912

View File

@ -29,7 +29,6 @@
:blur? true
:checked? terms-accepted?
:on-change #(set-terms-accepted? not)}]]
[rn/view {:style style/text-aligner}
[rn/view {:style style/text-container}
[quo/text
{:style style/plain-text
@ -54,7 +53,7 @@
:style style/highlighted-text
:size :paragraph-2
:weight :medium}
(i18n/label :t/intro-privacy-statement)]]]]
(i18n/label :t/intro-privacy-statement)]]]
:button-one-label (i18n/label :t/sync-or-recover-profile)
:button-one-props {:type :dark-grey
:disabled? (not terms-accepted?)