Skip to content

Commit 4f00ea5

Browse files
committed
Remove slate reference in docs default border color
1 parent 76685c9 commit 4f00ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tailwind.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ config.borderWidths = Object.assign(config.borderWidths, {
4646
})
4747

4848
config.borderColors = Object.assign(config.colors, {
49-
default: config.colors['slate-lighter'],
49+
default: config.colors['grey-light'],
5050
})
5151

5252
config.width = Object.assign(config.width, {

0 commit comments

Comments
 (0)