Skip to content

Commit

Permalink
color updates
Browse files Browse the repository at this point in the history
  • Loading branch information
carkom committed Nov 8, 2023
1 parent 345a4e4 commit 2097517
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -1083,6 +1083,7 @@ export class TransactionList extends Component {
display: 'flex',
justifyContent: 'center',
width: '100%',
backgroundColor: theme.mobilePageBackground,
}}
>
<Text style={{ fontSize: 15 }}>No transactions</Text>
Expand Down Expand Up @@ -1191,7 +1192,7 @@ function ListBoxSection({ section, state }) {
<div
{...headingProps}
className={`${css(styles.smallText, {
backgroundColor: theme.tableRowHeaderBackground,
backgroundColor: theme.pageBackground,
borderBottom: `1px solid ${theme.tableBorder}`,
borderTop: `1px solid ${theme.tableBorder}`,
color: theme.alt2TableText,
Expand Down
1 change: 0 additions & 1 deletion packages/desktop-client/src/style/themes/dark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ export const mobileAccountText = colorPalette.blue800;
export const mobileModalBackground = colorPalette.navy900;
export const mobileModalText = colorPalette.white;
export const altMobileModalText = colorPalette.blue100;
export const mobileDateBackground = colorPalette.navy100;

// Mobile view themes (for the top bar)
export const mobileViewTheme = mobileHeaderBackground;
Expand Down
1 change: 1 addition & 0 deletions packages/desktop-client/src/style/themes/light.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export const tableRowBackgroundHighlight = colorPalette.blue150;
export const tableRowBackgroundHighlightText = colorPalette.navy700;
export const tableRowHeaderBackground = colorPalette.navy50;
export const tableRowHeaderText = colorPalette.navy800;

export const sidebarBackground = colorPalette.navy900;
export const sidebarItemBackground = colorPalette.blue800;
export const sidebarItemBackgroundPositive = colorPalette.green500;
Expand Down

0 comments on commit 2097517

Please sign in to comment.