Skip to content

Commit

Permalink
feat: update theme.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kleberbaum authored Nov 21, 2023
1 parent 4c57dcd commit b01f3f1
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/gatsby-plugin-jaen/theme/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,19 @@ const theme = extendTheme(
},
colors: {
...baseTheme.colors,
brand: {...baseTheme.colors.blackAlpha, 500: '#000000'}
brand: {
50: '#fef2f3',
100: '#fce7e8',
200: '#f9d2d7',
300: '#f4adb5',
400: '#ed7f8e',
500: '#e25169',
600: '#cd3152',
700: '#bb2649',
800: '#91203e',
900: '#7c1f3a',
950: '#450c1b',
},
}
},
withDefaultColorScheme({
Expand Down

0 comments on commit b01f3f1

Please sign in to comment.