From ca77dc8eb9d482ccdc9069498ee5ebc5a7d56d7d Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Mon, 19 May 2025 22:27:04 +0200 Subject: [PATCH] fix(css): tailwind v5 things --- resources/css/app.css | 2 +- resources/css/utilities.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/css/app.css b/resources/css/app.css index 79e5f0c13..77fa2d66b 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -44,7 +44,7 @@ ::before, ::backdrop, ::file-selector-button { - border-color: var(--color-gray-200, currentcolor); + border-color: var(--color-coolgray-200, currentcolor); } } diff --git a/resources/css/utilities.css b/resources/css/utilities.css index 8504ed3d9..0735e35e2 100644 --- a/resources/css/utilities.css +++ b/resources/css/utilities.css @@ -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 {