Correct color name

This commit is contained in:
Wolfgang Huß 2024-04-24 14:47:06 +02:00
parent cd54ac0048
commit 592df878c0
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ const lightTheme: ThemeDefinition = {
colors: { colors: {
background: tokens.backgroundColorBase, background: tokens.backgroundColorBase,
surface: tokens.backgroundColorSoft, surface: tokens.backgroundColorSoft,
primary: tokens.primaryColor, primary: tokens.colorPrimary,
secondary: tokens.colorSecondary, secondary: tokens.colorSecondary,
success: tokens.colorSuccess, success: tokens.colorSuccess,
info: tokens.colorInfo, info: tokens.colorInfo,

View File

@ -436,7 +436,7 @@ $chat-room-color-counter-badge: $text-color-inverse;
$chat-room-background-counter-badge: $color-secondary; $chat-room-background-counter-badge: $color-secondary;
:export { :export {
primaryColor: $color-primary; colorPrimary: $color-primary;
colorSecondary: $color-secondary; colorSecondary: $color-secondary;
colorPrimaryActive: $color-primary-active; colorPrimaryActive: $color-primary-active;
colorPrimaryLight: $color-primary-light; colorPrimaryLight: $color-primary-light;