Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit f7e882e

Browse files
committed
Update config for black and white colors
1 parent 6f18586 commit f7e882e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tailwind.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ module.exports = {
140140
darker: '#333333',
141141
darkest: '#212121'
142142
},
143-
white: '#FFFFFF',
144-
black: '#000000',
143+
white: {DEFAULT: '#FFFFFF'},
144+
black: {DEFAULT: '#000000'},
145145
brand: {
146146
android: '#A4C639',
147147
behance: '#1769FF',

0 commit comments

Comments
 (0)