Skip to content

Commit

Permalink
Updating the app with our new branding
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnborton committed Apr 26, 2021
1 parent ebdaec3 commit 76d80a9
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 27 deletions.
33 changes: 14 additions & 19 deletions assets/images/expensify-cash.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/welcome-screenshot-wide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/welcome-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 5 additions & 6 deletions src/styles/colors.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ export default {
gray2: '#ECECEC',
gray3: '#C6C9CA',
gray4: '#7D8B8F',
gray5: '#4A5960',
charcoal: '#37444C',
dark: '#0b1b34',
black: '#000000',
blue: '#2EAAE2',
green: '#2ECB70',
greenHover: '#26AA5E',
red: '#E84A3B',
blue: '#0185ff',
green: '#03d47c',
greenHover: '#03c775',
red: '#fc3826',
transparent: 'transparent',
};
4 changes: 2 additions & 2 deletions src/styles/themes/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ export default {
hoverComponentBG: colors.gray1,
activeComponentBG: colors.gray2,
appBG: colors.white,
heading: colors.charcoal,
heading: colors.dark,
sidebar: colors.gray1,
sidebarHover: colors.white,
border: colors.gray2,
borderFocus: colors.blue,
icon: colors.gray3,
iconSuccessFill: colors.green,
textSupporting: colors.gray4,
text: colors.gray5,
text: colors.dark,
textError: colors.red,
textSuccess: colors.green,
textBackground: colors.gray1,
Expand Down
Binary file modified web/favicon-unread.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 76d80a9

Please sign in to comment.