mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 04:13:44 +08:00
chore: fix style
This commit is contained in:
parent
1117e28b2e
commit
bb13b12de6
@ -118,7 +118,7 @@ const SettingClash = ({ onError }: Props) => {
|
||||
extra={
|
||||
<Tooltip title={t("Random Port")}>
|
||||
<IconButton
|
||||
color={enable_random_port ? "success" : "inherit"}
|
||||
color={enable_random_port ? "primary" : "inherit"}
|
||||
size="small"
|
||||
onClick={() => {
|
||||
Notice.success(t("After restart to take effect"), 1000);
|
||||
|
Loading…
x
Reference in New Issue
Block a user