Skip to content

Commit

Permalink
color updates
Browse files Browse the repository at this point in the history
  • Loading branch information
carkom committed Nov 7, 2023
1 parent 5d4ffb6 commit feddce0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}}
>
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/1868.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [carkom]
---

Consolidating colors so they are more consistent across the app from one page to the next

0 comments on commit feddce0

Please sign in to comment.