adding a lot of ui changes and dynamic all

This commit is contained in:
Arjun Patel
2022-01-17 14:09:10 -08:00
parent eb77955f39
commit 8f094fd615
9 changed files with 350 additions and 377 deletions
+10
View File
@@ -105,6 +105,16 @@ p {
@apply text-white bg-white !important;
}
.ant-radio-button-wrapper {
@apply bg-transparent text-gray-200 !important;
}
.ant-radio-button-checked {
@apply bg-white text-black !important;
}
.ant-radio-button-wrapper-checked {
@apply bg-white text-black rounded !important;
}
/* scrollbar customization */
::-webkit-scrollbar {
width: 5px;