diff --git a/webapp/channels/src/components/widgets/inputs/input/input.scss b/webapp/channels/src/components/widgets/inputs/input/input.scss
index ed85a6c48d..438cd397f4 100644
--- a/webapp/channels/src/components/widgets/inputs/input/input.scss
+++ b/webapp/channels/src/components/widgets/inputs/input/input.scss
@@ -192,6 +192,7 @@
background-color: var(--center-channel-bg);
color: rgba(var(--center-channel-color-rgb), 0.75);
font-size: 10px;
+ font-weight: normal;
line-height: 14px;
opacity: 0;
transform: translateY(8px);
diff --git a/webapp/channels/src/components/widgets/inputs/input/input.tsx b/webapp/channels/src/components/widgets/inputs/input/input.tsx
index 7b0d185da7..61f8273de8 100644
--- a/webapp/channels/src/components/widgets/inputs/input/input.tsx
+++ b/webapp/channels/src/components/widgets/inputs/input/input.tsx
@@ -266,8 +266,10 @@ const Input = React.forwardRef((
data-testid='input-wrapper'
>
{useLegend && (
-