update an incorrect comment

pull/1/head
ansuz 5 years ago
parent 741e8dfaea
commit efd4790156

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

Loading…
Cancel
Save