mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-16 03:32:36 +08:00
chore: adjust proxy group font style
This commit is contained in:
parent
20a9775dc6
commit
da949c2604
|
@ -90,14 +90,7 @@ export const ProxyRender = (props: RenderProps) => {
|
|||
}}
|
||||
>
|
||||
<StyledTypeBox>{group.type}</StyledTypeBox>
|
||||
<StyledSubtitle
|
||||
sx={{
|
||||
color: isDark ? "#ffffff" : "#8c8c8c",
|
||||
fontWeight: "600",
|
||||
}}
|
||||
>
|
||||
{group.now}
|
||||
</StyledSubtitle>
|
||||
<StyledSubtitle>{group.now}</StyledSubtitle>
|
||||
</ListItemTextChild>
|
||||
}
|
||||
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;
|
||||
`;
|
||||
|
|
Loading…
Reference in New Issue
Block a user