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', )} > -
{m.message}
-
{format(m.time, 'HH:mm:ss')}
+
{m.message}
+
+ {format(m.time, 'HH:mm:ss')} +
))} -
+
-
- +
+
{/* {count} diff --git a/src-web/components/core/JsonAttributeTree.tsx b/src-web/components/core/JsonAttributeTree.tsx index 4edeed4f..e0deacfa 100644 --- a/src-web/components/core/JsonAttributeTree.tsx +++ b/src-web/components/core/JsonAttributeTree.tsx @@ -81,7 +81,7 @@ export const JsonAttributeTree = ({ depth = 0, attrKey, attrValue, attrKeyJsonPa
{isExpandable ? ( -