mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-19 14:22:07 +05:30
fix: background color
This commit is contained in:
parent
460a161476
commit
76e04ca748
1 changed files with 1 additions and 1 deletions
|
|
@ -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) =>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue