diff --git a/apps/web/pages/v2/settings/my-account/appearance.tsx b/apps/web/pages/v2/settings/my-account/appearance.tsx index 078c30856c..dfa4d386a6 100644 --- a/apps/web/pages/v2/settings/my-account/appearance.tsx +++ b/apps/web/pages/v2/settings/my-account/appearance.tsx @@ -54,20 +54,24 @@ const AppearanceView = (props: inferSSRProps) => { defaultValue={user.theme} render={({ field: { value } }) => ( <> -
-
-

{t("follow_system_preferences")}

-

+

+
+

{t("follow_system_preferences")}

+

Automatically adjust theme based on invitee system preferences. Note: This only applies to the booking pages.

- formMethods.setValue("theme", checked ? null : themeOptions[0])} - checked={!value} - /> +
+ + formMethods.setValue("theme", checked ? null : themeOptions[0]) + } + checked={!value} + /> +