diff --git a/packages/node_modules/@node-red/editor-client/src/sass/ui/common/typedInput.scss b/packages/node_modules/@node-red/editor-client/src/sass/ui/common/typedInput.scss index a084fcff3..194ae68df 100644 --- a/packages/node_modules/@node-red/editor-client/src/sass/ui/common/typedInput.scss +++ b/packages/node_modules/@node-red/editor-client/src/sass/ui/common/typedInput.scss @@ -16,7 +16,7 @@ .red-ui-typedInput-container { border: 1px solid $form-input-border-color; - border-radius: 4px; + border-radius: 5px; height: 34px; line-height: 14px; display: inline-flex;