Skip to content

Commit

Permalink
Fix transparent background of the minicart toast
Browse files Browse the repository at this point in the history
  • Loading branch information
treoden committed Sep 1, 2024
1 parent 58cd3eb commit be07e17
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
padding: 2rem;
border: 1px solid var(--divider);
box-shadow: 1px 1px 10px 2px #ebebeb80;
background-color: #fff;
.top-head {
grid-template-columns: 4fr 1fr;
padding-bottom: 1rem;
Expand Down

0 comments on commit be07e17

Please sign in to comment.