Skip to content

Commit

Permalink
style: fix hidden input opactiy (#63)
Browse files Browse the repository at this point in the history
* style: fix hidden input opactiy

* test: update snapshot
  • Loading branch information
antuneslv committed Aug 1, 2024
1 parent 3b43c34 commit 612fbec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/OtpInput/OtpInput.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const styles = StyleSheet.create({
},
hiddenInput: {
...StyleSheet.absoluteFillObject,
opacity: 0.01,
opacity: 0,
},
stick: {
width: 2,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ exports[`OtpInput UI should render correctly 1`] = `
{
"bottom": 0,
"left": 0,
"opacity": 0.01,
"opacity": 0,
"position": "absolute",
"right": 0,
"top": 0,
Expand Down

0 comments on commit 612fbec

Please sign in to comment.