style: Increased light color contrast to prevent blurring on some displays

This commit is contained in:
wonfen
2024-11-26 01:05:30 +08:00
parent 87c4ebe0da
commit 184b588f20
6 changed files with 24 additions and 10 deletions

View File

@@ -209,7 +209,12 @@ const SettingClash = ({ onError }: Props) => {
<SettingItem
onClick={invoke_uwp_tool}
label={t("Open UWP tool")}
extra={<TooltipIcon title={t("Open UWP tool Info")} />}
extra={
<TooltipIcon
title={t("Open UWP tool Info")}
sx={{ opacity: "0.7" }}
/>
}
/>
)}