From ee60fd2f4dce49b34f7d7a9f4f67d7bca148bce3 Mon Sep 17 00:00:00 2001 From: Elmar Kresse Date: Mon, 1 Apr 2024 01:06:11 +0200 Subject: [PATCH] fix:#47 fixed variable name --- .../primevue-sass-theme/themes/lara/lara-dark/_variables.scss | 4 ++-- frontend/public/themes/lara-dark-blue/theme.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/public/primevue-sass-theme/themes/lara/lara-dark/_variables.scss b/frontend/public/primevue-sass-theme/themes/lara/lara-dark/_variables.scss index 1c6cf45..e8f4aec 100644 --- a/frontend/public/primevue-sass-theme/themes/lara/lara-dark/_variables.scss +++ b/frontend/public/primevue-sass-theme/themes/lara/lara-dark/_variables.scss @@ -902,7 +902,7 @@ $imagePreviewActionIconBorderRadius: 50% !default; --text-color-secondary: #{$shade100}; --primary-color: #{$primaryColor}; --primary-color-text: #{$primaryTextColor}; - --surface-0: #{map-get($colors, "htwk-scharz")}; + --surface-0: #{map-get($colors, "htwk-schwarz")}; --surface-50: #1d2530; --surface-100: #363d47; --surface-200: #4f565e; @@ -922,7 +922,7 @@ $imagePreviewActionIconBorderRadius: 50% !default; --gray-600: #4f565e; --gray-700: #363d47; --gray-800: #1d2530; - --gray-900: #{map-get($colors, "htwk-scharz")}; + --gray-900: #{map-get($colors, "htwk-schwarz")}; --content-padding: #{$panelContentPadding}; --inline-spacing: #{$inlineSpacing}; --border-radius: #{$borderRadius}; diff --git a/frontend/public/themes/lara-dark-blue/theme.css b/frontend/public/themes/lara-dark-blue/theme.css index 47de414..35ccec6 100644 --- a/frontend/public/themes/lara-dark-blue/theme.css +++ b/frontend/public/themes/lara-dark-blue/theme.css @@ -14,7 +14,7 @@ --text-color-secondary: rgba(255, 255, 255, 0.6); --primary-color: #ffed00; --primary-color-text: #030712; - --surface-0: ; + --surface-0: #000000; --surface-50: #1d2530; --surface-100: #363d47; --surface-200: #4f565e; @@ -34,7 +34,7 @@ --gray-600: #4f565e; --gray-700: #363d47; --gray-800: #1d2530; - --gray-900: ; + --gray-900: #000000; --content-padding: 1.25rem; --inline-spacing: 0.5rem; --border-radius: 6px;