mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
mobile: fix icon color in dark mode
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user