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

Commit 4fba5ea

Browse files
author
Greg Rickaby
authored
Merge pull request #139 from WebDevStudios/fix/color-story
Fix/color story
2 parents 08c7de1 + abe7f17 commit 4fba5ea

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/Colors.stories.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,9 @@ Grey colors.
199199
</>
200200
</DocTable>
201201

202-
# White and White Opacity
202+
# White
203203

204-
White and white opacity shades.
204+
White color.
205205

206206
<DocTable>
207207
<>
@@ -222,9 +222,9 @@ White and white opacity shades.
222222
</>
223223
</DocTable>
224224

225-
# Black and Black Opacity
225+
# Black
226226

227-
Black and black opacity shades.
227+
Black color.
228228

229229
<DocTable>
230230
<>

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)