Skip to content

Commit 2e9061d

Browse files
authored
fix: spelling mistake in style macros list-style-type (#8124)
1 parent f76c445 commit 2e9061d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@react-spectrum/s2/style/spectrum-theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ export const style = createTheme({
789789
':lang(ja, ko, zh, zh-Hant, zh-Hans)': getToken('code-cjk-line-height')
790790
}
791791
},
792-
listStyleType: ['none', 'dist', 'decimal'] as const,
792+
listStyleType: ['none', 'disc', 'decimal'] as const,
793793
listStylePosition: ['inside', 'outside'] as const,
794794
textTransform: ['uppercase', 'lowercase', 'capitalize', 'none'] as const,
795795
textAlign: ['start', 'center', 'end', 'justify'] as const,

0 commit comments

Comments
 (0)