Update app design tokens

This commit is contained in:
adilallo
2026-01-31 16:58:26 -07:00
parent 3fb5a389c7
commit b723fc4a85
5 changed files with 373 additions and 50 deletions
@@ -50,7 +50,7 @@ export function RelatedArticlesView({
</div>
</div>
{/* Progress bars - only show on mobile */}
{/* Progress bars - only show on mobile (after hydration) */}
{isMobile && (
<div className="flex justify-center gap-[var(--measures-spacing-008)] px-[var(--measures-spacing-064)]">
{filteredPosts.map((relatedPost, index) => (