Skip to content

Commit

Permalink
Fix snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
islathehut committed Jan 7, 2025
1 parent 69609fd commit a61b9a4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ describe('NestedMessageContent', () => {
aria-valuenow="100"
class="MuiCircularProgress-root MuiCircularProgress-determinate MuiCircularProgress-colorPrimary css-1036n7b-MuiCircularProgress-root"
role="progressbar"
style="width: 18px; height: 18px; transform: rotate(-90deg); position: absolute; color: rgb(82, 28, 116);"
style="width: 18px; height: 18px; transform: rotate(-90deg); position: absolute; color: rgb(178, 178, 178);"
>
<svg
class="MuiCircularProgress-svg css-1idz92c-MuiCircularProgress-svg"
Expand All @@ -256,7 +256,7 @@ describe('NestedMessageContent', () => {
aria-valuenow="50"
class="MuiCircularProgress-root MuiCircularProgress-determinate MuiCircularProgress-colorPrimary css-1036n7b-MuiCircularProgress-root"
role="progressbar"
style="width: 18px; height: 18px; transform: rotate(-90deg); color: rgb(178, 178, 178);"
style="width: 18px; height: 18px; transform: rotate(-90deg); color: rgb(82, 28, 116);"
>
<svg
class="MuiCircularProgress-svg css-1idz92c-MuiCircularProgress-svg"
Expand Down

0 comments on commit a61b9a4

Please sign in to comment.