diff --git a/resources/css/app.css b/resources/css/app.css index cdf1506..f5f9177 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -177,9 +177,9 @@ @layer utilities { /* Base */ .toaster [data-sonner-toast] { - background: hsl(var(--background)) !important; - color: hsl(var(--foreground)) !important; - border: 1px solid hsl(var(--border)) !important; + background: var(--background) !important; + color: var(--foreground) !important; + border: 1px solid var(--border) !important; } /* Description */