Skip to content

Commit

Permalink
fix: color for span aside (#4093)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking authored Jul 31, 2024
1 parent 36929c7 commit 83c9840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/pages/trace/SpanAside.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export function SpanAside(props: { span: SpanAside_span$key }) {
<View
padding="size-200"
borderColor="dark"
backgroundColor="light"
backgroundColor="dark"
borderLeftWidth="thin"
width="210px"
flex="none"
Expand Down

0 comments on commit 83c9840

Please sign in to comment.