Skip to content

Commit

Permalink
Replace unset with initial
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonHorkles committed Dec 28, 2023
1 parent 2749689 commit 9a3b815
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/client.style.css
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ div.style-module_1n_DiqmT.style-module_1AMtO9lt {

div.style-module_1n_DiqmT.style-module_1AMtO9lt,
div.relative.style-module_1AMtO9lt {
width: unset;
margin-left: unset;
width: initial;
margin-left: initial;
}

div.SpinnerOverlay___StyledDiv-sc-ee99c1-0.beTCbH {
Expand All @@ -193,7 +193,7 @@ div.SpinnerOverlay___StyledDiv-sc-ee99c1-0.beTCbH {
div.style-module_OFB5PMuf.bg-gray-700,
div.style-module_OFB5PMuf.bg-yellow-500,
div.style-module_OFB5PMuf.bg-red-500 {
background-color: unset;
background-color: initial;
}


Expand Down

0 comments on commit 9a3b815

Please sign in to comment.