From e233fe783e3acc5a6ca07ea517940b1b9bbfc7ff Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Mon, 3 Mar 2025 12:11:47 +0500 Subject: [PATCH] mobile: fix ui --- .../list-items/headers/section-header.tsx | 2 +- .../app/components/list-items/note/index.tsx | 4 ++-- .../app/screens/settings/theme-selector.tsx | 19 ++++--------------- 3 files changed, 7 insertions(+), 18 deletions(-) diff --git a/apps/mobile/app/components/list-items/headers/section-header.tsx b/apps/mobile/app/components/list-items/headers/section-header.tsx index 25a2b71c7..43749cd44 100644 --- a/apps/mobile/app/components/list-items/headers/section-header.tsx +++ b/apps/mobile/app/components/list-items/headers/section-header.tsx @@ -77,7 +77,7 @@ export const SectionHeader = React.memo< justifyContent: "space-between", borderBottomWidth: 1, borderColor: colors.primary.border, - paddingVertical: DefaultAppStyles.GAP_VERTICAL_SMALL + paddingTop: DefaultAppStyles.GAP_VERTICAL_SMALL }} > ) : null} @@ -391,7 +391,7 @@ const NoteItem = ({ style={{ marginRight: 6 }} - color="orange" + color={colors.static.orange} /> ) : null} diff --git a/apps/mobile/app/screens/settings/theme-selector.tsx b/apps/mobile/app/screens/settings/theme-selector.tsx index 3c1950473..dd6661747 100644 --- a/apps/mobile/app/screens/settings/theme-selector.tsx +++ b/apps/mobile/app/screens/settings/theme-selector.tsx @@ -357,20 +357,18 @@ function ThemeSelector() {