From 078ca46a28484d3f4da11ae339bba1eb2153f5f0 Mon Sep 17 00:00:00 2001 From: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com> Date: Mon, 12 Sep 2022 06:27:35 -0400 Subject: [PATCH] Fixes design issues in settings/appearance (#4375) --- .../v2/settings/my-account/appearance.tsx | 49 +++++++++++-------- 1 file changed, 28 insertions(+), 21 deletions(-) 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} + /> +