update an incorrect comment

pull/1/head
ansuz 2020-05-25 16:13:13 -04:00
parent 741e8dfaea
commit efd4790156
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
@import (reference) "./colortheme-all.less";
.messenger_vars (
@color: @colortheme_friends-color, // color of the toolbar background
@color: @colortheme_friends-color, // color of the toolbar text
@bg-color: @colortheme_friends-bg, // color of the toolbar background
) {
@msg-color: @color;
@ -13,7 +13,7 @@
@msg-bg-color-darker: darken(@bg-color, 20%);
};
.messenger_main(
@color: @colortheme_friends-color, // color of the toolbar background
@color: @colortheme_friends-color, // color of the toolbar text
@bg-color: @colortheme_friends-bg, // color of the toolbar background
) {
--LessLoader_require: LessLoader_currentFile();