Merge pull request #6345 from usebruno/feat/design-updates

feat: design updates
This commit is contained in:
Anoop M D
2025-12-08 14:42:06 +05:30
committed by GitHub
parent f87460b00e
commit f3aebf6374
30 changed files with 42 additions and 46 deletions

View File

@@ -6,7 +6,7 @@ const StyledWrapper = styled.div`
padding: 6px 0px;
border: none;
border-bottom: solid 2px transparent;
margin-right: 1.25rem;
margin-right: ${(props) => props.theme.tabs.marginRight};
color: var(--color-tab-inactive);
cursor: pointer;