feat: theme + ux overhaul (#6520)

* feat: theme + ux overhaul

* chore: moved @opencollection/types at root of monorepo

* chore: fixed review comments

* chore: addressed review comments

* chore: fix playwright tests

---------

Co-authored-by: Bijin A B <bijin@usebruno.com>
This commit is contained in:
Anoop M D
2025-12-27 13:52:20 +05:30
committed by GitHub
parent 84f572fa88
commit f40e4d2d79
127 changed files with 10380 additions and 1437 deletions

View File

@@ -25,7 +25,7 @@ const StyledWrapper = styled.div`
display: inline-flex;
align-items: center;
padding: 6px 12px;
background-color: ${(props) => props.theme.requestTabs.active.bg};
background-color: ${(props) => props.theme.background.surface2};
border: 1px solid ${(props) => props.theme.requestTabs.bottomBorder};
border-radius: 4px;
font-size: ${(props) => props.theme.font.size.sm};