chore: Change default blue colour
This commit is contained in:
parent
d7e543ea4b
commit
efe36b53d8
7 changed files with 10 additions and 7 deletions
tools/tailwindcss
|
@ -2,6 +2,9 @@ let { gray } = require('tailwindcss/colors')
|
|||
|
||||
module.exports = {
|
||||
black: '#000',
|
||||
blue: {
|
||||
primary: '#24608A',
|
||||
},
|
||||
current: 'currentColor',
|
||||
gray,
|
||||
inherit: 'inherit',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue