mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
Fixes border radius (#1209)
This commit is contained in:
parent
f9cf716a27
commit
3302eb9647
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ export const NumberInput = function NumberInput({
|
|||
onComponentOptionChanged(component, 'value', parseInt(e.target.value));
|
||||
}}
|
||||
type="number"
|
||||
className="form-control"
|
||||
className="form-control rounded-0"
|
||||
placeholder={placeholder}
|
||||
style={{ width, height, display: parsedWidgetVisibility ? '' : 'none' }}
|
||||
value={number}
|
||||
|
|
|
|||
Loading…
Reference in a new issue