Skip to content

Commit bf0d4df

Browse files
authored
site: Fix code editor text decoration style in Safari (#1531)
1 parent 97556b6 commit bf0d4df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/Code/ErrorHighlighter.css.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { style } from '@vanilla-extract/css';
22
import { vars } from '../themes.css';
33

44
export const errorUnderline = style({
5-
textDecoration: 'dashed',
5+
textDecorationStyle: 'dashed',
66
textDecorationColor: vars.palette.red,
77
textDecorationThickness: '3px',
88
textDecorationLine: 'underline',

0 commit comments

Comments
 (0)