chore: updated request tab padding (#6368)

* chore: updated request tab padding
This commit is contained in:
Anoop M D
2025-12-10 04:30:58 +05:30
committed by GitHub
parent 43f24ad0f1
commit 7fe6b47aa0
16 changed files with 26 additions and 11 deletions

View File

@@ -20,6 +20,7 @@ const StyledWrapper = styled.div`
}
&.active {
font-weight: ${(props) => props.theme.tabs.active.fontWeight} !important;
color: ${(props) => props.theme.tabs.active.color} !important;
border-bottom: solid 2px ${(props) => props.theme.tabs.active.border} !important;
}