Skip to content

Commit c0c06b2

Browse files
committed
fix
1 parent 682a200 commit c0c06b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Tenant/Diagnostics/TopicData/TopicMessageDetails/TopicMessageDetails.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export function TopicMessageDetails({database, path}: TopicMessageDetailsProps)
9696
justifyContent="center"
9797
height="100%"
9898
>
99-
<Text variant="subheader-1">
99+
<Text variant="subheader-2">
100100
{i18n('context_message-not-found', {offset: activeOffset})}
101101
</Text>
102102
<Icon data={cryCatIcon} size={100} />

0 commit comments

Comments
 (0)