fix(css): tailwind v5 things

This commit is contained in:
peaklabs-dev
2025-05-19 22:27:04 +02:00
parent 786bfa960f
commit ca77dc8eb9
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@
::before,
::backdrop,
::file-selector-button {
border-color: var(--color-gray-200, currentcolor);
border-color: var(--color-coolgray-200, currentcolor);
}
}

View File

@@ -194,7 +194,7 @@
}
@utility fullscreen {
@apply overflow-y-auto fixed top-0 left-0 w-full h-full bg-white z-9999 dark:bg-coolgray-100 scrollbar;
@apply overflow-y-auto fixed top-0 left-0 w-full h-full bg-white z-[9999] dark:bg-coolgray-100 scrollbar;
}
@utility toast {