mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 04:53:44 +08:00
Update layout-traffic.tsx (#528)
This commit is contained in:
parent
b7f7a82ea9
commit
44ad99f693
@ -103,7 +103,7 @@ export const LayoutTraffic = () => {
|
|||||||
<Box display="flex" alignItems="center" whiteSpace="nowrap">
|
<Box display="flex" alignItems="center" whiteSpace="nowrap">
|
||||||
<ArrowUpward
|
<ArrowUpward
|
||||||
{...iconStyle}
|
{...iconStyle}
|
||||||
color={+up > 0 ? "primary" : "disabled"}
|
color={+up > 0 ? "secondary" : "disabled"}
|
||||||
/>
|
/>
|
||||||
<Typography {...valStyle}>{up}</Typography>
|
<Typography {...valStyle}>{up}</Typography>
|
||||||
<Typography {...unitStyle}>{upUnit}/s</Typography>
|
<Typography {...unitStyle}>{upUnit}/s</Typography>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user