(tailwind.config) Fixed: typo on comment

This commit is contained in:
Sercan Yemen 2022-07-26 10:50:14 +03:00
parent 82ed80e35d
commit 3ba64abf6e

View File

@ -35,8 +35,8 @@ const themes = {
500: colors.red['50'] 500: colors.red['50']
} }
}, },
// Rest of the themes will use the 'default' as the base theme // Rest of the themes will use the 'default' as the base
// and extend them with their given configuration // theme and extend it with their given configuration
'brand' : { 'brand' : {
primary: customPalettes.brand primary: customPalettes.brand
}, },