Skip to content

Commit 0b89e50

Browse files
committed
fix: Make ribbon smoother in Firefox
1 parent 9b0d80f commit 0b89e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/ribbonStyle.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const RibbonStyle = {
5454

5555
/* Add "stitching" effect */
5656
borderWidth: '1px 0',
57-
borderStyle: 'dotted',
57+
borderStyle: 'dashed',
5858
// borderColor: '#fff',
5959
borderColor: 'rgba(255, 255, 255, 0.7)'
6060
},

0 commit comments

Comments
 (0)