fix:#47 fixed variable name

This commit is contained in:
Elmar Kresse
2024-04-01 01:06:11 +02:00
parent 175b8fa999
commit ee60fd2f4d
2 changed files with 4 additions and 4 deletions

View File

@ -902,7 +902,7 @@ $imagePreviewActionIconBorderRadius: 50% !default;
--text-color-secondary: #{$shade100}; --text-color-secondary: #{$shade100};
--primary-color: #{$primaryColor}; --primary-color: #{$primaryColor};
--primary-color-text: #{$primaryTextColor}; --primary-color-text: #{$primaryTextColor};
--surface-0: #{map-get($colors, "htwk-scharz")}; --surface-0: #{map-get($colors, "htwk-schwarz")};
--surface-50: #1d2530; --surface-50: #1d2530;
--surface-100: #363d47; --surface-100: #363d47;
--surface-200: #4f565e; --surface-200: #4f565e;
@ -922,7 +922,7 @@ $imagePreviewActionIconBorderRadius: 50% !default;
--gray-600: #4f565e; --gray-600: #4f565e;
--gray-700: #363d47; --gray-700: #363d47;
--gray-800: #1d2530; --gray-800: #1d2530;
--gray-900: #{map-get($colors, "htwk-scharz")}; --gray-900: #{map-get($colors, "htwk-schwarz")};
--content-padding: #{$panelContentPadding}; --content-padding: #{$panelContentPadding};
--inline-spacing: #{$inlineSpacing}; --inline-spacing: #{$inlineSpacing};
--border-radius: #{$borderRadius}; --border-radius: #{$borderRadius};

View File

@ -14,7 +14,7 @@
--text-color-secondary: rgba(255, 255, 255, 0.6); --text-color-secondary: rgba(255, 255, 255, 0.6);
--primary-color: #ffed00; --primary-color: #ffed00;
--primary-color-text: #030712; --primary-color-text: #030712;
--surface-0: ; --surface-0: #000000;
--surface-50: #1d2530; --surface-50: #1d2530;
--surface-100: #363d47; --surface-100: #363d47;
--surface-200: #4f565e; --surface-200: #4f565e;
@ -34,7 +34,7 @@
--gray-600: #4f565e; --gray-600: #4f565e;
--gray-700: #363d47; --gray-700: #363d47;
--gray-800: #1d2530; --gray-800: #1d2530;
--gray-900: ; --gray-900: #000000;
--content-padding: 1.25rem; --content-padding: 1.25rem;
--inline-spacing: 0.5rem; --inline-spacing: 0.5rem;
--border-radius: 6px; --border-radius: 6px;