diff --git a/assets/images/expensify-cash.svg b/assets/images/expensify-cash.svg index 1db842c7d249..6371c1336e2c 100644 --- a/assets/images/expensify-cash.svg +++ b/assets/images/expensify-cash.svg @@ -3,26 +3,21 @@ - - - - - - + + + + diff --git a/assets/images/welcome-screenshot-wide.png b/assets/images/welcome-screenshot-wide.png index ee274908e598..971932ce9c01 100644 Binary files a/assets/images/welcome-screenshot-wide.png and b/assets/images/welcome-screenshot-wide.png differ diff --git a/assets/images/welcome-screenshot.png b/assets/images/welcome-screenshot.png index 4b1b28aaee77..83240de0a40a 100644 Binary files a/assets/images/welcome-screenshot.png and b/assets/images/welcome-screenshot.png differ diff --git a/src/styles/colors.js b/src/styles/colors.js index 48962bf42f87..d04c2ffc7d2f 100644 --- a/src/styles/colors.js +++ b/src/styles/colors.js @@ -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', }; diff --git a/src/styles/themes/default.js b/src/styles/themes/default.js index ce0c121471c8..9904e3d1bd0b 100644 --- a/src/styles/themes/default.js +++ b/src/styles/themes/default.js @@ -7,7 +7,7 @@ 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, @@ -15,7 +15,7 @@ export default { icon: colors.gray3, iconSuccessFill: colors.green, textSupporting: colors.gray4, - text: colors.gray5, + text: colors.dark, textError: colors.red, textSuccess: colors.green, textBackground: colors.gray1, diff --git a/web/favicon-unread.png b/web/favicon-unread.png index eef67be45450..e0e6fce96aa5 100644 Binary files a/web/favicon-unread.png and b/web/favicon-unread.png differ diff --git a/web/favicon.png b/web/favicon.png index 0e150943264e..eadf526e3d1f 100644 Binary files a/web/favicon.png and b/web/favicon.png differ