mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-19 14:09:31 +02:00
fix: background color
This commit is contained in:
@@ -94,7 +94,7 @@ export default function TrimVideo({ title }: ToolComponentProps) {
|
|||||||
}
|
}
|
||||||
value={values.trimStart}
|
value={values.trimStart}
|
||||||
label={'Start Time'}
|
label={'Start Time'}
|
||||||
sx={{ mb: 2, backgroundColor: 'white' }}
|
sx={{ mb: 2, backgroundColor: 'background.paper' }}
|
||||||
/>
|
/>
|
||||||
<TextFieldWithDesc
|
<TextFieldWithDesc
|
||||||
onOwnChange={(value) =>
|
onOwnChange={(value) =>
|
||||||
|
Reference in New Issue
Block a user