From 936a4923f4f17841b967c441df16e549ceda6e60 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Wed, 3 Apr 2024 17:09:32 +0700 Subject: [PATCH] fix: wrong import & css --- index.html | 6 +++--- src/css/quasar.variables.scss | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 2aa9d472..fdc5322c 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ <%= productName %> - + @@ -16,13 +16,13 @@ rel="icon" type="image/png" sizes="32x32" - href="public/icons/favicon-32x32.png" + href="/icons/favicon-32x32.png" /> diff --git a/src/css/quasar.variables.scss b/src/css/quasar.variables.scss index cfa70390..14f41bf0 100644 --- a/src/css/quasar.variables.scss +++ b/src/css/quasar.variables.scss @@ -45,5 +45,5 @@ $separator-dark-color: var(--border-color); } .q-dialog__backdrop { - background-color: hsla(0 0 60% / 0.4) !important; + background-color: hsla(0 0% 60% / 0.4) !important; }