diff --git a/less/tab.less b/less/tab.less index 40bd021..91a143c 100644 --- a/less/tab.less +++ b/less/tab.less @@ -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;