doing with antd and now goiong to just do it myself
This commit is contained in:
@@ -89,3 +89,19 @@ p {
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
.ant-tabs-nav {
|
||||
@apply m-0 !important;
|
||||
}
|
||||
.ant-tabs-tab {
|
||||
@apply text-gray-300 pb-3 pt-1 !important;
|
||||
}
|
||||
.ant-tabs-tab-btn {
|
||||
@apply text-gray-300 !important;
|
||||
}
|
||||
.ant-tabs-tab-active {
|
||||
@apply text-gray-300 !important;
|
||||
}
|
||||
.ant-tabs-ink-bar {
|
||||
@apply text-white bg-white !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user