mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-13 03:22:37 +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}
|
||||
label={'Start Time'}
|
||||
sx={{ mb: 2, backgroundColor: 'white' }}
|
||||
sx={{ mb: 2, backgroundColor: 'background.paper' }}
|
||||
/>
|
||||
<TextFieldWithDesc
|
||||
onOwnChange={(value) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue