color updates

This commit is contained in:
carkom
2023-11-07 14:15:51 +00:00
parent 5d4ffb6197
commit feddce0b2d
2 changed files with 8 additions and 2 deletions

View File

@@ -649,12 +649,12 @@ class TransactionEditInner extends PureComponent {
<SvgAdd
width={17}
height={17}
style={{ color: theme.altFormLabelText }}
style={{ color: theme.formLabelText }}
/>
<Text
style={{
...styles.text,
color: theme.altFormLabelText,
color: theme.formLabelText,
marginLeft: 5,
}}
>

View File

@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [carkom]
---
Consolidating colors so they are more consistent across the app from one page to the next