Skip to content

Commit 75bf240

Browse files
authored
fix(a11y): use pixels for spacing to allow for better text zoom (#980)
1 parent 6f653e2 commit 75bf240

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

uno.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export default defineConfig({
3535
].filter(Boolean),
3636
transformers: [transformerDirectives(), transformerVariantGroup()],
3737
theme: {
38+
spacing: { DEFAULT: '4px' },
3839
font: {
3940
mono: "'Geist Mono', monospace",
4041
sans: "'Geist', system-ui, -apple-system, sans-serif",

0 commit comments

Comments
 (0)