design refinements
This commit is contained in:
parent
5780d0a31b
commit
ca85e2923e
6 changed files with 21 additions and 10 deletions
|
@ -32,10 +32,10 @@ module.exports = {
|
|||
sans: ['InterVariable', ...defaultTheme.fontFamily.sans],
|
||||
},
|
||||
colors: {
|
||||
primary: colors.blueGray,
|
||||
primary: colors.blue,
|
||||
//@ts-ignore
|
||||
gray: colors.neutral, // TODO: Remove ts-ignore after tw types gets updated to v3
|
||||
blueGray: {
|
||||
blue: {
|
||||
DEFAULT: '#7AB5C4',
|
||||
50: '#F9FCFC',
|
||||
100: '#EBF4F6',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue