Skip to content

Commit 689a853

Browse files
author
Roman Snapko
authored
Update connection select font sizes (#1756)
<!-- Ensure the title clearly reflects what was changed. Provide a clear and concise description of the changes made. The PR should only contain the changes related to the issue, and no other unrelated changes. --> Part of OPS-3164. <img width="586" height="223" alt="image" src="https://github.com/user-attachments/assets/4296286d-40e1-4441-bd59-474de42bef6c" />
1 parent 9127a62 commit 689a853

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/react-ui/src/app/features/builder/step-settings/block-settings/connection-select.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ const ConnectionSelect = memo((params: ConnectionSelectProps) => {
177177
}
178178
>
179179
{!!field.value && (
180-
<span className="text-start block truncate text-primary-700 text-base font-medium">
180+
<span className="text-start block truncate text-primary-700 text-sm font-medium">
181181
{removeConnectionBrackets(field.value)}
182182
</span>
183183
)}
@@ -191,7 +191,7 @@ const ConnectionSelect = memo((params: ConnectionSelectProps) => {
191191
type="button"
192192
variant="ghost"
193193
size="xs"
194-
className="text-primary-700 text-base font-medium"
194+
className="text-primary-700 text-sm font-medium"
195195
onPointerDown={suppressPointerOrMouseDown}
196196
onMouseDown={suppressPointerOrMouseDown}
197197
onKeyDown={makeActivationKeysHandler((e) =>
@@ -210,7 +210,7 @@ const ConnectionSelect = memo((params: ConnectionSelectProps) => {
210210
type="button"
211211
variant="ghost"
212212
size="xs"
213-
className="text-primary-700 text-base font-medium"
213+
className="text-primary-700 text-sm font-medium"
214214
onPointerDown={suppressPointerOrMouseDown}
215215
onMouseDown={suppressPointerOrMouseDown}
216216
onKeyDown={makeActivationKeysHandler(() => {

0 commit comments

Comments
 (0)