fix(css): invalid tailwind value

This commit is contained in:
charlie
2024-08-22 12:36:31 +08:00
parent 1b0a67f359
commit c02052f214

View File

@@ -72,7 +72,7 @@
color: or(--ls-notification-text-color, --lx-gray-11, --ls-primary-text-color, --rx-gray-11);
&:has(.ls-wrap-widen) {
@apply w-2xl max-w-[96vw];
@apply w-[680px] max-w-[96vw];
}
}
}