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() {