Fixes border radius (#1209)

This commit is contained in:
Ksathwik03 2021-10-23 03:05:34 -05:00 committed by GitHub
parent f9cf716a27
commit 3302eb9647
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}