Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanjc committed Jul 29, 2022
1 parent f68b40b commit af3d5dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/components/test/__snapshots__/index.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1109,6 +1109,7 @@ exports[`Select renders 1`] = `
display: block;
width: 100%;
padding: 8px;
padding-right: 32px;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
Expand All @@ -1117,7 +1118,6 @@ exports[`Select renders 1`] = `
line-height: inherit;
border: 1px solid;
border-radius: 4px;
padding-right: 32px;
color: inherit;
}
Expand Down Expand Up @@ -1171,6 +1171,7 @@ exports[`Select renders with custom icon 1`] = `
display: block;
width: 100%;
padding: 8px;
padding-right: 32px;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
Expand All @@ -1179,7 +1180,6 @@ exports[`Select renders with custom icon 1`] = `
line-height: inherit;
border: 1px solid;
border-radius: 4px;
padding-right: 32px;
color: inherit;
}
Expand Down Expand Up @@ -1216,6 +1216,7 @@ exports[`Select renders with style props 1`] = `
display: block;
width: 100%;
padding: 8px;
padding-right: 32px;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
Expand All @@ -1224,7 +1225,6 @@ exports[`Select renders with style props 1`] = `
line-height: inherit;
border: 1px solid;
border-radius: 4px;
padding-right: 32px;
color: inherit;
}
Expand Down

0 comments on commit af3d5dc

Please sign in to comment.