fix missing font-size variable

This commit is contained in:
2025-11-21 08:37:06 +01:00
parent 96075f9880
commit 9cf5fdc59d
+7 -7
View File
@@ -71,12 +71,12 @@ @theme inline {
/* https://typescale.com/ /* /* https://typescale.com/ /*
/* Major Third */ /* Major Third */
--text-5xl: 3.815rem; --text-4xl: 3.815rem;
--text-4xl: 3.052rem; --text-3xl: 3.052rem;
--text-3xl: 2.441rem; --text-2xl: 2.441rem;
--text-2xl: 1.953rem; --text-xl: 1.953rem;
--text-xl: 1.563rem; --text-lg: 1.563rem;
--text-lg: 1.25rem; --text-md: 1.25rem;
--text-base: 1rem; --text-base: 1rem;
--text-sm: 0.8rem; --text-sm: 0.8rem;
--text-xs: 0.64rem; --text-xs: 0.64rem;
@@ -244,6 +244,6 @@ @layer utilities {
/* Backdrop */ /* Backdrop */
[data-slot=dialog-overlay] { [data-slot=dialog-overlay] {
backdrop-filter: blur(var(--blur-sm)); backdrop-filter: blur(2px);
} }
} }