summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gui/packages/desktop/src/renderer/components/Cell.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/packages/desktop/src/renderer/components/Cell.js b/gui/packages/desktop/src/renderer/components/Cell.js
index a92983fa00..969a69701f 100644
--- a/gui/packages/desktop/src/renderer/components/Cell.js
+++ b/gui/packages/desktop/src/renderer/components/Cell.js
@@ -183,7 +183,7 @@ export function Input({ style, ...otherProps }: Types.TextInputProps) {
placeholderTextColor={colors.white60}
autoCorrect={false}
autoFocus={false}
- style={[styles.input.text, styles.input.view, style]}
+ style={[styles.input.text, style]}
testId="CellInputField"
{...otherProps}
/>