Skip to content

Commit 3678ef9

Browse files
nsdeschenescodex
andcommitted
fix(explore): Restore muted empty state text
Preserve the previous secondary text color for traces table empty states. Without the muted variant, the new Text primitive falls back to the primary token and makes the empty state copy appear bolder. Co-Authored-By: GPT-5.4 <noreply@openai.com> Made-with: Cursor
1 parent a7ab716 commit 3678ef9

File tree

1 file changed

+1
-1
lines changed
  • static/app/views/explore/tables/tracesTable

1 file changed

+1
-1
lines changed

static/app/views/explore/tables/tracesTable/styles.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export function EmptyStateText({
134134
}) {
135135
return (
136136
<Container>
137-
<Text size={size} align={textAlign}>
137+
<Text size={size} align={textAlign} variant="muted">
138138
{children}
139139
</Text>
140140
</Container>

0 commit comments

Comments
 (0)