mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
change delet icon color to red.
This commit is contained in:
@@ -439,7 +439,7 @@ export const ActionSheetComponent = ({
|
||||
}}
|
||||
name={rowItem.icon}
|
||||
size={DDS.isTab ? SIZE.xl : SIZE.lg}
|
||||
color={colors.accent}
|
||||
color={rowItem.name === 'Delete' ? colors.errorText : colors.accent}
|
||||
/>
|
||||
|
||||
<Text
|
||||
|
||||
Reference in New Issue
Block a user