diff --git a/apps/client/src/widgets/type_widgets/options/appearance.tsx b/apps/client/src/widgets/type_widgets/options/appearance.tsx index dd9e9a9ef..bf6bf4854 100644 --- a/apps/client/src/widgets/type_widgets/options/appearance.tsx +++ b/apps/client/src/widgets/type_widgets/options/appearance.tsx @@ -145,20 +145,20 @@ function ApplicationTheme() { return ( - - - - +
+ + + - - - + + + +
) } @@ -189,24 +189,22 @@ function Font({ title, fontFamilyOption, fontSizeOption }: { title: string, font <>
{title}
- - + - + - - + - +
); diff --git a/apps/client/src/widgets/type_widgets/options/code_notes.tsx b/apps/client/src/widgets/type_widgets/options/code_notes.tsx index f86639ea5..1da25db8c 100644 --- a/apps/client/src/widgets/type_widgets/options/code_notes.tsx +++ b/apps/client/src/widgets/type_widgets/options/code_notes.tsx @@ -56,15 +56,14 @@ function Appearance() { return ( - - - +
+ - + - +
diff --git a/apps/client/src/widgets/type_widgets/options/text_notes.tsx b/apps/client/src/widgets/type_widgets/options/text_notes.tsx index a8506a5e2..bea83b988 100644 --- a/apps/client/src/widgets/type_widgets/options/text_notes.tsx +++ b/apps/client/src/widgets/type_widgets/options/text_notes.tsx @@ -153,9 +153,8 @@ function CodeBlockStyle() { return ( - - - +
+ - + - +
@@ -302,21 +301,19 @@ function DateTimeFormatOptions() { - - + - + - - +
{formatDateTime(new Date(), customDateTimeFormat)}
-
+ )