Skip to content

Commit

Permalink
other density updates
Browse files Browse the repository at this point in the history
  • Loading branch information
TalDerei committed Dec 11, 2024
1 parent ed58386 commit b93a955
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/pages/trade/ui/form-tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const FormTabs = () => {
return (
<div ref={parent} className='h-full flex flex-col'>
<div className='px-4 lg:pt-2 border-b border-b-other-solidStroke'>
<Density medium>
<Density compact>
<Tabs
value={tab}
actionType='accent'
Expand Down
2 changes: 1 addition & 1 deletion src/pages/trade/ui/history-tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const HistoryTabs = () => {
return (
<div ref={parent} className='flex flex-col'>
<div className='flex justify-between gap-2 px-4 border-b border-b-other-solidStroke'>
<Density medium>
<Density compact>
<Tabs
value={tab}
actionType='accent'
Expand Down
2 changes: 1 addition & 1 deletion src/pages/trade/ui/positions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ const PositionsInner = observer(({ showInactive }: { showInactive: boolean }) =>
}

return (
<Density medium>
<Density compact>
<div className='pt-4 px-4 pb-0 overflow-x-auto'>
<div className='sticky top-0 z-10 grid grid-cols-8 text-text-secondary border-b border-other-tonalStroke bg-app-main'>
<HeaderCell>Side</HeaderCell>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/trade/ui/route-tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const RouteTabs = () => {
return (
<div ref={parent} className='flex flex-col h-full'>
<div className='flex justify-between gap-2 px-4 lg:pt-2 border-b border-b-other-solidStroke'>
<Density medium>
<Density compact>
<Tabs
value={tab}
actionType='accent'
Expand Down
2 changes: 1 addition & 1 deletion src/pages/trade/ui/trades-tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const TradesTabs = ({ withChart = false }: { withChart?: boolean }) => {
return (
<div ref={parent} className='flex flex-col'>
<div className='flex justify-between items-center px-4 border-b border-b-other-solidStroke'>
<Density medium>
<Density compact>
<Tabs
value={tab}
actionType='accent'
Expand Down

0 comments on commit b93a955

Please sign in to comment.