mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-29 16:16:02 +00:00
feat: ui changes
This commit is contained in:
@@ -83,7 +83,8 @@ export default function ToolFileInput({
|
||||
height: globalInputHeight,
|
||||
border: preview ? 0 : 1,
|
||||
borderRadius: 2,
|
||||
boxShadow: '5'
|
||||
boxShadow: '5',
|
||||
bgcolor: 'white'
|
||||
}}
|
||||
>
|
||||
{preview ? (
|
||||
|
||||
@@ -50,7 +50,14 @@ export default function ToolTextInput({
|
||||
fullWidth
|
||||
multiline
|
||||
rows={10}
|
||||
inputProps={{ 'data-testid': 'text-input' }}
|
||||
sx={{
|
||||
'&.MuiTextField-root': {
|
||||
backgroundColor: 'white'
|
||||
}
|
||||
}}
|
||||
inputProps={{
|
||||
'data-testid': 'text-input'
|
||||
}}
|
||||
/>
|
||||
<InputFooter handleCopy={handleCopy} handleImport={handleImportClick} />
|
||||
<input
|
||||
|
||||
Reference in New Issue
Block a user