Skip to content

Commit

Permalink
revert last 3 colour changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shorn-gnosis committed May 8, 2024
1 parent 15b5189 commit 6115677
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/Input.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ const useStyles = makeStyles((theme) => {
const textColor = (isOrganization) => {
return isOrganization
? theme.custom.colors.purple100
: theme.custom.colors.blue100;
: theme.custom.colors.blue600;
};

const backgroundColor = (isOrganization) => {
return isOrganization
? theme.custom.colors.purple100
: theme.custom.colors.blue100;
: theme.custom.colors.blue600;
};

return {
Expand Down
4 changes: 2 additions & 2 deletions src/styles/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ const foundation = {
//blue300: '#FFBEA6',
blue400: '#FFDABE',
blue500: '#F8E6D9',
// blue600: '#F6F1ED', // off-white
blue600: '#38318B', // new royal blue
blue600: '#F6F1ED', // off-white
// blue600: '#38318B', // new royal blue
grey50: '#2F2B2E', // blackish,
grey100: '#585558',
//grey200: '#828082',
Expand Down

0 comments on commit 6115677

Please sign in to comment.