fix: background color

This commit is contained in:
Ibrahima G. Coulibaly
2025-03-31 01:51:34 +00:00
parent 460a161476
commit 76e04ca748

View File

@@ -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) =>