Skip to content

Commit

Permalink
fix: use same variable for input minHeight
Browse files Browse the repository at this point in the history
  • Loading branch information
BeeMargarida committed Apr 28, 2023
1 parent b1a39eb commit 01be1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -2312,7 +2312,7 @@ const styles = {
magicCodeInputContainer: {
flexDirection: 'row',
justifyContent: 'space-between',
minHeight: 50,
minHeight: variables.inputHeight,
},

magicCodeInput: {
Expand Down

0 comments on commit 01be1c4

Please sign in to comment.