fix: correct font variable usage and improve type handling in dynamic filter
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 7m18s

This commit is contained in:
2025-06-28 12:01:25 +05:00
parent 79ecb625d9
commit 3f92a00bfe
3 changed files with 15 additions and 8 deletions

View File

@ -5,6 +5,7 @@
@custom-variant dark (&:is(.dark *));
@theme inline {
--font-bokor: var(--font-bokor);
--font-barlow: var(--font-barlow);
--font-mono: var(--font-mono);
--radius-sm: calc(var(--radius) - 4px);