diff --git a/src-web/components/GrpcConnectionLayout.tsx b/src-web/components/GrpcConnectionLayout.tsx
index b8db8d63..e8c1c188 100644
--- a/src-web/components/GrpcConnectionLayout.tsx
+++ b/src-web/components/GrpcConnectionLayout.tsx
@@ -214,34 +214,27 @@ export function GrpcConnectionLayout({ style }: Props) {
}}
alignItems="center"
className={classNames(
- 'px-2 py-1 font-mono text-xs opacity-70',
- m === activeMessage && 'bg-highlight !opacity-100',
+ 'px-2 py-1 font-mono',
+ m === activeMessage && 'bg-highlight',
)}
>