Skip to content

Commit 7438cde

Browse files
committed
Change the borderTopWidth value for hr from an integer value to a pixel value
1 parent d1e6421 commit 7438cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1470,7 +1470,7 @@ module.exports = {
14701470
},
14711471
hr: {
14721472
borderColor: 'var(--tw-prose-hr)',
1473-
borderTopWidth: 1,
1473+
borderTopWidth: '1px',
14741474
},
14751475
blockquote: {
14761476
fontWeight: '500',

0 commit comments

Comments
 (0)