style: change color tab pane active

This commit is contained in:
caturbgs 2021-12-21 16:07:47 +07:00
parent 056248a651
commit 757c0c291e

View File

@ -66,3 +66,8 @@ code {
.ant-breadcrumb {
margin-bottom: 10px !important;
}
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
color: #ed1f24 !important;
border-color: #ed1f24 !important;
}