Fix: ライトテーマでの絵文字リアクションの色が暗い問題 (#998)
This commit is contained in:
parent
9ff74ae6da
commit
a28c80f6e6
1 changed files with 4 additions and 4 deletions
|
@ -11,9 +11,6 @@ $blurple-500: #6364ff; // Brand purple
|
|||
$grey-600: hsl(240deg, 8%, 33%); // Trout
|
||||
$grey-100: hsl(240deg, 51%, 90%); // Topaz
|
||||
|
||||
$emoji-reaction-color: #dfe5f5 !default;
|
||||
$emoji-reaction-selected-color: #9ac1f2 !default;
|
||||
|
||||
$classic-base-color: hsl(240deg, 16%, 19%);
|
||||
$classic-secondary-color: hsl(255deg, 25%, 88%);
|
||||
$classic-highlight-color: $blurple-500;
|
||||
|
@ -45,5 +42,8 @@ $classic-highlight-color: $blurple-500;
|
|||
$inverted-text-color: $black,
|
||||
|
||||
$action-button-color: hsl(240deg, 16%, 45%),
|
||||
$emojis-requiring-inversion: 'chains'
|
||||
$emojis-requiring-inversion: 'chains',
|
||||
|
||||
$emoji-reaction-color: #dfe5f5,
|
||||
$emoji-reaction-selected-color: #9ac1f2
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue