Skip to content

Commit

Permalink
Update class size to "small" in Stats component snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
guidomodarelli committed Oct 1, 2024
1 parent 66c0e49 commit f8c56c4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ exports[`Stats component renders correctly to match the snapshot 1`] = `
</p>
</div>
<div
class="euiText euiText--extraSmall"
class="euiText euiText--small"
css="margin-top: 0.7vh"
>
Rule level 15 or higher
Expand Down Expand Up @@ -184,7 +184,7 @@ exports[`Stats component renders correctly to match the snapshot 1`] = `
</p>
</div>
<div
class="euiText euiText--extraSmall"
class="euiText euiText--small"
css="margin-top: 0.7vh"
>
Rule level 12 to 14
Expand Down Expand Up @@ -229,7 +229,7 @@ exports[`Stats component renders correctly to match the snapshot 1`] = `
</p>
</div>
<div
class="euiText euiText--extraSmall"
class="euiText euiText--small"
css="margin-top: 0.7vh"
>
Rule level 7 to 11
Expand Down Expand Up @@ -274,7 +274,7 @@ exports[`Stats component renders correctly to match the snapshot 1`] = `
</p>
</div>
<div
class="euiText euiText--extraSmall"
class="euiText euiText--small"
css="margin-top: 0.7vh"
>
Rule level 0 to 6
Expand Down

0 comments on commit f8c56c4

Please sign in to comment.