feat: remove unwanted textfield capture text sx styles

This commit is contained in:
amhsirak
2025-10-13 17:50:38 +05:30
parent 242c73f46e
commit f61daeec3d

View File

@@ -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')}