Skip to content

Commit

Permalink
fix: add sky color (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandiqa committed Jul 12, 2021
1 parent 1c70709 commit 33495a8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/config/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ type Colors =
| 'indigo'
| 'blue'
| 'lightBlue'
| 'sky'
| 'cyan'
| 'teal'
| 'emerald'
Expand Down Expand Up @@ -130,6 +131,18 @@ export const colors: DefaultColors = {
800: '#075985',
900: '#0c4a6e',
},
sky: {
50: '#f0f9ff',
100: '#e0f2fe',
200: '#bae6fd',
300: '#7dd3fc',
400: '#38bdf8',
500: '#0ea5e9',
600: '#0284c7',
700: '#0369a1',
800: '#075985',
900: '#0c4a6e',
},
cyan: {
50: '#ecfeff',
100: '#cffafe',
Expand Down

0 comments on commit 33495a8

Please sign in to comment.