mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 01:23:43 +08:00
style: fix icon size
This commit is contained in:
parent
04c4ab2289
commit
dd75504a66
@ -112,7 +112,7 @@ const SettingClash = ({ onError }: Props) => {
|
||||
<Tooltip title={t("Random Port")}>
|
||||
<IconButton
|
||||
color={enable_random_port ? "success" : "inherit"}
|
||||
size="medium"
|
||||
size="small"
|
||||
onClick={() => {
|
||||
Notice.success(t("After restart to take effect"), 1000);
|
||||
onChangeVerge({ enable_random_port: !enable_random_port });
|
||||
|
Loading…
x
Reference in New Issue
Block a user