Skip to content

Commit 503c03a

Browse files
committed
Update lightBlue to sky
1 parent a69ce3e commit 503c03a

File tree

3 files changed

+619
-53
lines changed

3 files changed

+619
-53
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"seedrandom": "^3.0.5",
5757
"simple-functional-loader": "^1.2.1",
5858
"stringify-object": "^3.3.0",
59-
"tailwindcss": "^2.1.4",
59+
"tailwindcss": "^2.2.0-canary.14",
6060
"tinytime": "^0.2.6",
6161
"unist-util-visit": "^2.0.3"
6262
},

src/pages/docs/customizing-colors.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ module.exports = {
339339
current: 'currentColor',
340340
gray: colors.trueGray,
341341
red: colors.red,
342-
blue: colors.lightBlue,
342+
blue: colors.sky,
343343
yellow: colors.amber,
344344
}
345345
}
@@ -365,7 +365,7 @@ Although each color has a specific name, you're encouraged to alias them however
365365
'emerald',
366366
'teal',
367367
'cyan',
368-
'lightBlue',
368+
'sky',
369369
'blue',
370370
'indigo',
371371
'violet',

0 commit comments

Comments
 (0)