mobile: fix icon color in dark mode

This commit is contained in:
ammarahm-ed
2023-04-18 02:04:55 +05:00
parent bc16cb79f2
commit e06836f701

View File

@@ -208,6 +208,7 @@ const _SectionItem = ({ item }: { item: SettingSection }) => {
>
<IconButton
name="minus"
color={colors.pri}
onPress={() => {
const rawValue = SettingsService.get()[
item.property as keyof SettingStore["settings"]
@@ -267,6 +268,7 @@ const _SectionItem = ({ item }: { item: SettingSection }) => {
/>
<IconButton
name="plus"
color={colors.pri}
onPress={() => {
const rawValue = SettingsService.get()[
item.property as keyof SettingStore["settings"]