Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
asanchezr committed Jul 9, 2024
1 parent 1df7e04 commit b38c95c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ exports[`Compensation Detail View Component > renders as expected 1`] = `
height: 3.8rem;
}
.c6.btn .Button__value {
.c7.btn .Button__value {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
}
.c6.btn:hover {
.c7.btn:hover {
-webkit-text-decoration: underline;
text-decoration: underline;
opacity: 0.8;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ exports[`LeaseHeader component > renders as expected when no data is provided 1`
height: 3.8rem;
}
.c2.btn .Button__value {
.c3.btn .Button__value {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
}
.c2.btn:hover {
.c3.btn:hover {
-webkit-text-decoration: underline;
text-decoration: underline;
opacity: 0.8;
Expand Down

0 comments on commit b38c95c

Please sign in to comment.