style: adjust eyebrow text tracking for better readability

- Changed tracking property from 'tracking-wide' to 'tracking-wider' to increase letter spacing in eyebrow text component
- Improves visual hierarchy and text legibility for uppercase headings
This commit is contained in:
2025-10-31 01:36:16 +01:00
parent ab5ac43793
commit 5b05dababb

View File

@@ -104,7 +104,7 @@ export const H5 = createTextComponent(
)
export const Eyebrow = createTextComponent(
'h2',
'text-base/7 font-semibold tracking-wide uppercase'
'text-base/7 font-semibold tracking-wider uppercase'
)
export const SectionHeader = createTextComponent(
'p',