Skip to content

Commit

Permalink
Reduce size of actions bar
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonrobot committed Oct 26, 2023
1 parent 2d9c5aa commit 2d6d655
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/webui/src/components/ui/TraceList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,10 @@ export default function TraceList({ autoScroll: initialAutoScroll = true }: Trac
data-test-id="auto-scroll"
label="Auto scroll"
checked={autoScroll}
size="small"
onChange={value => setAutoScroll(value)}
/>
<IconButton Icon={Trash} onClick={clearTraces} className="uppercase">
<IconButton Icon={Trash} size="small" onClick={clearTraces} className="uppercase">
Clear
</IconButton>
</div>
Expand Down

0 comments on commit 2d6d655

Please sign in to comment.