Change tab color of non selected items to global color

This commit is contained in:
Konstantinos Triantafyllou 2022-12-21 13:39:16 +02:00
parent 2882ccde4e
commit be12d2637a
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
@tab-border-width: @global-border-width;
@tab-border: @global-border;
@tab-box-shadow: none;
@tab-item-color: @global-meta-color;
@tab-item-color: @global-color;
@tab-item-border-width: @global-border-width + 2;
@tab-item-font-weight: 400;
@tab-item-padding-horizontal: 10px;