Skip to content

Commit ef22d3a

Browse files
committed
style: enhance StreamView footer with rounded corners
1 parent 7948c11 commit ef22d3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/studio/views/stream/StreamView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1849,7 +1849,7 @@ function ActiveStreamView(props: {
18491849
</div>
18501850

18511851
<div
1852-
className="border-t border-table-border bg-background/90 px-2 py-3 backdrop-blur-sm"
1852+
className="border-t rounded-b-xl border-table-border bg-background/90 px-2 py-3 backdrop-blur-sm"
18531853
data-testid="stream-footer"
18541854
>
18551855
<div className="flex flex-wrap items-center justify-start gap-2">

0 commit comments

Comments
 (0)