Skip to content
This repository was archived by the owner on Apr 6, 2021. It is now read-only.

Commit 2cff200

Browse files
committed
Fix arbitrary values in border color
1 parent b9f5796 commit 2cff200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/corePlugins/borderColor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = function ({ matchUtilities, jit: { theme } }) {
2121

2222
return {
2323
[nameClass('border', modifier)]: withAlphaVariable({
24-
color: colorPalette[modifier],
24+
color: value,
2525
property: 'border-color',
2626
variable: '--tw-border-opacity',
2727
}),

0 commit comments

Comments
 (0)