Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix: The Search component matches the theme background color (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
JedediahXu authored Dec 23, 2023
1 parent 3279bf6 commit e299455
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/layouts/src/components/search/AppSearchModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ function handleClose() {
width: 100%;
height: 100%;
padding-top: 50px;
background-color: rgb(0 0 0 / 25%);
background-color: rgb(0 0 0 / 45%);
justify-content: center;
&--mobile {
Expand Down Expand Up @@ -172,7 +172,7 @@ function handleClose() {
position: relative;
width: 632px;
margin: 0 auto auto;
background-color: #fff;
background-color: var(--component-background-color);
border-radius: 16px;
box-shadow: 0 25px 50px -12px rgb(0 0 0 / 25%);
flex-direction: column;
Expand Down

0 comments on commit e299455

Please sign in to comment.