Skip to content

Commit

Permalink
fix: remove zindex from outlined input
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewalczak committed Sep 18, 2023
1 parent 1743901 commit 6fd2ad4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/TextInput/TextInputOutlined.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,6 @@ const styles = StyleSheet.create({
},
input: {
margin: 0,
zIndex: 1,
},
inputOutlined: {
paddingTop: 8,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,6 @@ exports[`correctly applies height to multiline Outline TextInput 1`] = `
[
{
"margin": 0,
"zIndex": 1,
},
{
"height": 100,
Expand Down

0 comments on commit 6fd2ad4

Please sign in to comment.