mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-28 01:58:40 -05:00
color updates
This commit is contained in:
@@ -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,
|
||||
}}
|
||||
>
|
||||
|
||||
6
upcoming-release-notes/1868.md
Normal file
6
upcoming-release-notes/1868.md
Normal 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
|
||||
Reference in New Issue
Block a user