Key Passphrase (optional)
- setForm(prev => ({ ...prev, passphrase: e.target.value }))}
- endDecorator={
- setShowPassphrase(!showPassphrase)}>
- {showPassphrase ? : }
-
- }
- />
+
+ setForm(prev => ({ ...prev, passphrase: e.target.value }))}
+ sx={{
+ backgroundColor: theme.palette.general.primary,
+ color: theme.palette.text.primary,
+ flex: 1
+ }}
+ />
+ setShowPassphrase(!showPassphrase)}
+ sx={{
+ color: theme.palette.text.primary,
+ marginLeft: 1
+ }}
+ >
+ {showPassphrase ? : }
+
+
)}