Skip to content

Commit

Permalink
fix: bug
Browse files Browse the repository at this point in the history
  • Loading branch information
apurv-wednesday committed Apr 30, 2024
1 parent 67226ef commit 52c9625
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ exports[`<ErrorState /> should render and match the snapshot 1`] = `
margin: 20px 0;
padding: 1rem;
max-width: px;
color: #141414;
color: #141414;
color: [object Object];
color: [object Object];
}
.emotion-1 {
Expand All @@ -41,7 +41,7 @@ exports[`<ErrorState /> should render and match the snapshot 1`] = `
<div>
<div
class="MuiPaper-root MuiPaper-outlined MuiPaper-rounded MuiCard-root emotion-0"
color="#141414"
color="[object Object]"
data-testid="error-state"
>
<h6
Expand Down

0 comments on commit 52c9625

Please sign in to comment.