fix missing font-size variable
This commit is contained in:
@@ -71,12 +71,12 @@ @theme inline {
|
||||
|
||||
/* https://typescale.com/ /*
|
||||
/* Major Third */
|
||||
--text-5xl: 3.815rem;
|
||||
--text-4xl: 3.052rem;
|
||||
--text-3xl: 2.441rem;
|
||||
--text-2xl: 1.953rem;
|
||||
--text-xl: 1.563rem;
|
||||
--text-lg: 1.25rem;
|
||||
--text-4xl: 3.815rem;
|
||||
--text-3xl: 3.052rem;
|
||||
--text-2xl: 2.441rem;
|
||||
--text-xl: 1.953rem;
|
||||
--text-lg: 1.563rem;
|
||||
--text-md: 1.25rem;
|
||||
--text-base: 1rem;
|
||||
--text-sm: 0.8rem;
|
||||
--text-xs: 0.64rem;
|
||||
@@ -244,6 +244,6 @@ @layer utilities {
|
||||
|
||||
/* Backdrop */
|
||||
[data-slot=dialog-overlay] {
|
||||
backdrop-filter: blur(var(--blur-sm));
|
||||
backdrop-filter: blur(2px);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user