Skip to content
Snippets Groups Projects
Unverified Commit 0e0d960c authored by shall0pass's avatar shall0pass Committed by GitHub
Browse files

[Bugfix] Midnight theme - Budget Name color, Mobile category color in account view (#2422)

* budget name / mobile account category color

* note

* color of plus on account page
parent 98c17bd5
No related branches found
No related tags found
No related merge requests found
......@@ -167,7 +167,7 @@ function AccountList({
<Button
type="bare"
style={{
...noBackgroundColorStyle,
color: theme.mobileHeaderText,
margin: 10,
}}
activeStyle={noBackgroundColorStyle}
......
......@@ -1272,7 +1272,7 @@ const Transaction = memo(function Transaction({
marginTop: 1,
fontWeight: '400',
color: prettyCategory
? theme.tableTextSelected
? theme.tableText
: theme.menuItemTextSelected,
fontStyle:
specialCategory || !prettyCategory ? 'italic' : undefined,
......
......@@ -115,7 +115,7 @@ export const buttonNormalBorder = colorPalette.gray300;
export const buttonNormalShadow = 'rgba(0, 0, 0, 0.4)';
export const buttonNormalSelectedText = colorPalette.white;
export const buttonNormalSelectedBackground = colorPalette.purple500;
export const buttonNormalDisabledText = colorPalette.gray500;
export const buttonNormalDisabledText = colorPalette.gray400;
export const buttonNormalDisabledBackground = colorPalette.gray700;
export const buttonNormalDisabledBorder = colorPalette.gray500;
......
---
category: Bugfix
authors: [shall0pass]
---
Fix colors for the budget name and category name in the accounts view on mobile.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment