Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt committed Feb 10, 2025
1 parent d359142 commit dd09e8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/frontend/pages/traces/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ export default function Trace({}) {
}
>
<ActionIcon variant="default" onClick={handleUpClick}>
<IconChevronUp />
<IconChevronUp height="16px" />
</ActionIcon>
</Tooltip>
)}
Expand All @@ -348,7 +348,7 @@ export default function Trace({}) {
}
>
<ActionIcon variant="default" onClick={handleDownClick}>
<IconChevronDown />
<IconChevronDown height="16px" />
</ActionIcon>
</Tooltip>
)}
Expand Down

0 comments on commit dd09e8a

Please sign in to comment.