Skip to content

Commit

Permalink
docs: update colors
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza authored Aug 14, 2023
1 parent b2ec0c1 commit 2f3b017
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/tokens.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ import { defineTheme } from 'pinceau'
export default defineTheme({
color: {
primary: {
50: '#eff6ff',
100: '#dbeafe',
200: '#bfdbfe',
300: '#93c5fd',
400: '#60a5fa',
500: '#1A73E8',
600: '#2563eb',
700: '#1d4ed8',
800: '#1e40af',
900: '#1e3a8a'
50: '#eff8ff',
100: '#dbeefe',
200: '#c0e2fd',
300: '#94d1fc',
400: '#61b7f9',
500: '#3d97f4',
600: '#1b73e8',
700: '#1f64d6',
800: '#1f52ae',
900: '#1f4689'
}
}
})

0 comments on commit 2f3b017

Please sign in to comment.