Fix black

This commit is contained in:
Christian Cueni 2022-08-04 11:01:26 +02:00
parent 5da4476fc5
commit d91293338d
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ module.exports = {
transparent: 'transparent', transparent: 'transparent',
current: 'currentColor', current: 'currentColor',
'white': '#ffffff', 'white': '#ffffff',
'black': '#000000', 'black': '#0A0A0A',
'blue': { 'blue': {
700: '#2957A6', 700: '#2957A6',
900: '#00224D', 900: '#00224D',