mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-06 07:53:54 +00:00
style: revert input style (#211)
This commit is contained in:
@@ -194,7 +194,7 @@ export default function OscSettingsModal() {
|
||||
placeholder='8888'
|
||||
value={formData.port}
|
||||
onChange={(event) => handleChange('port', parseInt(event.target.value, 10))}
|
||||
style={{ width: '6em', textAlign: 'center' }}
|
||||
style={{ width: '6em' }}
|
||||
/>
|
||||
</FormControl>
|
||||
</div>
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
export const inputProps = {
|
||||
size: 'sm',
|
||||
autoComplete: 'off',
|
||||
variant: 'outline',
|
||||
};
|
||||
|
||||
export const portInputProps = {
|
||||
|
||||
Reference in New Issue
Block a user