From 3f72996e64af19ca283fb807cbf9834f0a9aef38 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Sun, 2 Jun 2024 23:54:00 -0700 Subject: [PATCH] Tweak settings labels --- src-web/components/Settings/SettingsAppearance.tsx | 3 +-- src-web/components/core/Input.tsx | 6 +++++- src-web/components/core/PlainInput.tsx | 6 +++++- src-web/components/core/Select.tsx | 6 +++++- 4 files changed, 16 insertions(+), 5 deletions(-) diff --git a/src-web/components/Settings/SettingsAppearance.tsx b/src-web/components/Settings/SettingsAppearance.tsx index 7eedcbb5..e80c147c 100644 --- a/src-web/components/Settings/SettingsAppearance.tsx +++ b/src-web/components/Settings/SettingsAppearance.tsx @@ -109,7 +109,7 @@ export function SettingsAppearance() { (function Inp > diff --git a/src-web/components/core/PlainInput.tsx b/src-web/components/core/PlainInput.tsx index bb058b0d..9995f378 100644 --- a/src-web/components/core/PlainInput.tsx +++ b/src-web/components/core/PlainInput.tsx @@ -85,7 +85,11 @@ export const PlainInput = forwardRef(function > diff --git a/src-web/components/core/Select.tsx b/src-web/components/core/Select.tsx index 96c0a94e..5a086d98 100644 --- a/src-web/components/core/Select.tsx +++ b/src-web/components/core/Select.tsx @@ -51,7 +51,11 @@ export function Select({ >