Skip to content

Commit

Permalink
fix: fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sherry committed Sep 26, 2023
1 parent caa8072 commit d32e590
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/assets/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
}

._box-shadow {
box-shadow: 0px 0px 5px;
box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.08), 0px 3px 6px -4px rgba(0,0,0,0.12);
border-radius: 6px;
}

.common-box-shadow {
Expand Down
3 changes: 3 additions & 0 deletions src/assets/styles/themeDark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -238,4 +238,7 @@
border-color: $dark-line-color;
}
}
._box-shadow {
box-shadow: 0px 6px 16px 0px #21242c, 0px 3px 6px -4px #21242c;
}
}

0 comments on commit d32e590

Please sign in to comment.