From c0384f9a071061af61f98dc0dcbde35c715c4edd Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Sat, 6 Jun 2026 23:12:57 +0800 Subject: [PATCH] =?UTF-8?q?fix(settings):=20Radio.Group=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=20optionType=3D"button"=20=E5=90=AF?= =?UTF-8?q?=E7=94=A8=E6=8C=89=E9=92=AE=E6=B8=B2=E6=9F=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/web/features/settings/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/web/features/settings/index.tsx b/src/web/features/settings/index.tsx index a84434e..21961e2 100644 --- a/src/web/features/settings/index.tsx +++ b/src/web/features/settings/index.tsx @@ -56,6 +56,7 @@ export function SettingsPage() { handleThemeChange(parseThemePreference(e.target.value))} + optionType="button" options={THEME_OPTIONS.map((o) => ({ label: o.label, value: o.value }))} value={preference} />