Answers for "antdesign active tabs color"

CSS
0

antdesign active tabs color

you can go with:

.ant-tabs-tab.ant-tabs-tab-active {
  border-bottom: 2px solid #BF2D30 !important;
  z-index: 2;
}
UPDATE

This style will do as expected.

.ant-tabs-ink-bar {
  height: 5px;
  background: red !important;
}
Posted by: Guest on October-20-2021

Code answers related to "antdesign active tabs color"

Browse Popular Code Answers by Language