mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Correct color name
This commit is contained in:
parent
cd54ac0048
commit
592df878c0
@ -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,
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user