mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-15 04:13:47 +00:00
style: revert input style (#211)
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ontime-ui",
|
"name": "ontime-ui",
|
||||||
"version": "1.9.0",
|
"version": "1.8.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@chakra-ui/react": "^2.3.2",
|
"@chakra-ui/react": "^2.3.2",
|
||||||
|
|||||||
@@ -194,7 +194,7 @@ export default function OscSettingsModal() {
|
|||||||
placeholder='8888'
|
placeholder='8888'
|
||||||
value={formData.port}
|
value={formData.port}
|
||||||
onChange={(event) => handleChange('port', parseInt(event.target.value, 10))}
|
onChange={(event) => handleChange('port', parseInt(event.target.value, 10))}
|
||||||
style={{ width: '6em', textAlign: 'center' }}
|
style={{ width: '6em' }}
|
||||||
/>
|
/>
|
||||||
</FormControl>
|
</FormControl>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
export const inputProps = {
|
export const inputProps = {
|
||||||
size: 'sm',
|
size: 'sm',
|
||||||
autoComplete: 'off',
|
autoComplete: 'off',
|
||||||
|
variant: 'outline',
|
||||||
};
|
};
|
||||||
|
|
||||||
export const portInputProps = {
|
export const portInputProps = {
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ontime",
|
"name": "ontime",
|
||||||
"version": "1.8.0",
|
"version": "1.8.1",
|
||||||
"author": "Carlos Valente",
|
"author": "Carlos Valente",
|
||||||
"description": "Time keeping for live events",
|
"description": "Time keeping for live events",
|
||||||
"repository": "https://github.com/cpvalente/ontime",
|
"repository": "https://github.com/cpvalente/ontime",
|
||||||
|
|||||||
Reference in New Issue
Block a user