chore: fix style

This commit is contained in:
MystiPanda 2024-02-28 18:25:50 +08:00
parent 75e5d42d8b
commit 17b9dbe9d7

View File

@ -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);