chore: fix border color

This commit is contained in:
iamsivin
2024-12-09 21:53:20 +05:30
parent 6a986224cf
commit a19610a23b
7 changed files with 7 additions and 7 deletions
@@ -3,7 +3,7 @@
}
.tabs--container--with-border {
@apply border-b border-n-weak/50 dark:border-n-weak/50;
@apply border-b border-n-weak dark:border-n-weak;
}
.tabs {