fix(css): tailwind v5 things
This commit is contained in:
parent
786bfa960f
commit
ca77dc8eb9
2 changed files with 2 additions and 2 deletions
|
|
@ -44,7 +44,7 @@ @layer base {
|
|||
::before,
|
||||
::backdrop,
|
||||
::file-selector-button {
|
||||
border-color: var(--color-gray-200, currentcolor);
|
||||
border-color: var(--color-coolgray-200, currentcolor);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -194,7 +194,7 @@ @utility subtitle {
|
|||
}
|
||||
|
||||
@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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue