doing with antd and now goiong to just do it myself

This commit is contained in:
Arjun Patel
2022-01-11 17:20:42 -08:00
parent 8f85b9d9e1
commit a13d3b4297
2 changed files with 79 additions and 5 deletions
+16
View File
@@ -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;
}