Skip to content

Commit 9839476

Browse files
committed
fix magic code input bg.
Signed-off-by: krishna2323 <belivethatkg@gmail.com>
1 parent 28b4093 commit 9839476

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/MagicCodeInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ function MagicCodeInput(
419419
inputStyle={[styles.inputTransparent]}
420420
role={CONST.ROLE.PRESENTATION}
421421
style={[styles.inputTransparent]}
422-
textInputContainerStyles={[styles.borderNone]}
422+
textInputContainerStyles={[styles.borderNone, styles.bgTransparent]}
423423
testID={testID}
424424
/>
425425
</View>

0 commit comments

Comments
 (0)