Skip to content

Commit

Permalink
lint fix sass
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaubrey committed Feb 2, 2024
1 parent da22914 commit adf9363
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/molecules/modal/modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@

.modal-content {
@include mixins.padding(36);
border: 0;

background-color: #fff;
border: 0;
border-radius: 3px;
box-shadow: 0 0 20px rgb(0 0 0 / 22%);
display: grid;
Expand Down

0 comments on commit adf9363

Please sign in to comment.