diff --git a/src/components/proxy/proxy-render.tsx b/src/components/proxy/proxy-render.tsx
index c9ef2a2a..d2f4a592 100644
--- a/src/components/proxy/proxy-render.tsx
+++ b/src/components/proxy/proxy-render.tsx
@@ -90,14 +90,7 @@ export const ProxyRender = (props: RenderProps) => {
}}
>
{group.type}
-
- {group.now}
-
+ {group.now}
}
secondaryTypographyProps={{
@@ -194,6 +187,7 @@ const StyledPrimary = styled("span")`
const StyledSubtitle = styled("span")`
font-size: 12px;
overflow: hidden;
+ color: text.secondary;
text-overflow: ellipsis;
white-space: nowrap;
`;