improve: tab component with gradient border like design

This commit is contained in:
Mahyar Khanbolooki
2025-08-12 00:17:28 +03:30
parent 38b13c6847
commit 84ecddc015
2 changed files with 40 additions and 3 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ export type TabContainerClassName = {
export const TabContainerClassNames: TabContainerClassName = {
wrapper: 'h-full',
scrollView: 'h-[72px] !pt-3 !pb-2 w-full overflow-y-hidden bg-[#FFFFFF70] justify-center border border-2 border-solid border-white rounded-[32px] inline-flex items-center gap-10',
scrollView: 'h-[72px] gradient-border !pt-3 !pb-2 w-full overflow-y-hidden bg-[#FFFFFF70] justify-center rounded-[32px] inline-flex items-center gap-10',
header: '',
headerDeactive: '',
headerActive: '',