mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
Correct color name
This commit is contained in:
parent
cd54ac0048
commit
592df878c0
@ -13,7 +13,7 @@ const lightTheme: ThemeDefinition = {
|
||||
colors: {
|
||||
background: tokens.backgroundColorBase,
|
||||
surface: tokens.backgroundColorSoft,
|
||||
primary: tokens.primaryColor,
|
||||
primary: tokens.colorPrimary,
|
||||
secondary: tokens.colorSecondary,
|
||||
success: tokens.colorSuccess,
|
||||
info: tokens.colorInfo,
|
||||
|
||||
@ -436,7 +436,7 @@ $chat-room-color-counter-badge: $text-color-inverse;
|
||||
$chat-room-background-counter-badge: $color-secondary;
|
||||
|
||||
:export {
|
||||
primaryColor: $color-primary;
|
||||
colorPrimary: $color-primary;
|
||||
colorSecondary: $color-secondary;
|
||||
colorPrimaryActive: $color-primary-active;
|
||||
colorPrimaryLight: $color-primary-light;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user