Skip to content

Commit

Permalink
Regenerating snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
cohitre committed Feb 26, 2024
1 parent be27b3f commit 3fe4557
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exports[`Divider renders with default values 1`] = `
<DocumentFragment>
<div>
<hr
style="width: 100%; border-top: 1px solid #eaeaea; border-color: #333333; border-top-width: 1px;"
style="width: 100%; border-top: 1px solid #333333; margin: 0px;"
/>
</div>
</DocumentFragment>
Expand All @@ -16,7 +16,7 @@ exports[`Divider renders with props 1`] = `
style="padding: 1px 4px 3px 2px; background-color: rgb(255, 240, 0);"
>
<hr
style="width: 100%; border-top: 1px solid #eaeaea; border-color: #444222; border-top-width: 10px;"
style="width: 100%; border-top: 10px solid #444222; margin: 0px;"
/>
</div>
</DocumentFragment>
Expand Down

0 comments on commit 3fe4557

Please sign in to comment.