feat: remove unwanted textfield capture text sx styles
This commit is contained in:
@@ -1080,7 +1080,6 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
|
|||||||
</InputAdornment>
|
</InputAdornment>
|
||||||
)
|
)
|
||||||
}}
|
}}
|
||||||
sx={{ background: isDarkMode ? "#1E2124" : 'white', color: isDarkMode ? "white" : 'black' }}
|
|
||||||
/>
|
/>
|
||||||
<TextField
|
<TextField
|
||||||
label={t('right_panel.fields.data')}
|
label={t('right_panel.fields.data')}
|
||||||
|
|||||||
Reference in New Issue
Block a user