Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Feb 21, 2022
1 parent 46de57d commit 6fba973
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/snapshots/bx-number-input.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#### `Should render with various attributes`

```
<div class="bx--number bx--number--lg">
<div class="bx--number bx--number--md">
<label
class="bx--label bx--label--disabled"
for="input"
Expand Down
4 changes: 2 additions & 2 deletions tests/snapshots/bx-select.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="bx--select-input__wrapper">
<select
aria-invalid="false"
class="bx--select-input bx--select-input--lg"
class="bx--select-input bx--select-input--md"
id="input"
>
<optgroup
Expand Down Expand Up @@ -162,7 +162,7 @@
<select
aria-describedby="validity-message"
aria-invalid="true"
class="bx--select-input bx--select-input--lg"
class="bx--select-input bx--select-input--md"
id="input"
>
<optgroup
Expand Down

0 comments on commit 6fba973

Please sign in to comment.