Skip to content

Commit

Permalink
fix: better storybook theme for color contrasting
Browse files Browse the repository at this point in the history
  • Loading branch information
Callin Mullaney committed Sep 19, 2024
1 parent 7cf29ca commit cdd02ba
Show file tree
Hide file tree
Showing 3 changed files with 276 additions and 180 deletions.
10 changes: 5 additions & 5 deletions .storybook/emulsifyTheme.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export default create({

// UI
appBg: '#00405B',
appContentBg: '#e6f5fc',
appBorderColor: '#99D9F4',
appContentBg: '#00202E',
appBorderColor: '#00405B',
appBorderRadius: 4,

// Typography
Expand All @@ -26,9 +26,9 @@ export default create({
barBg: '#CCECFA',

// Form colors
inputBg: 'red',
inputBorder: 'silver',
inputTextColor: '#00202E',
inputBg: '#00202E',
inputBorder: '#00405B',
inputTextColor: 'white',
inputBorderRadius: 4,
// Branding
brandTitle: 'Emulsify',
Expand Down
Loading

0 comments on commit cdd02ba

Please sign in to comment.