Skip to content

Commit 46a053e

Browse files
update boxShadow value for panel theme
1 parent 300fe0f commit 46a053e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

style/scss/modules/_base.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@
6767
border-top: none;
6868
box-shadow:
6969
0px 3px 3px -2px rgba(0, 0, 0, 0.2),
70-
0px 3px 4px 0px rgba(0, 0, 0, 0.14),
71-
0px 3px 8px 0px rgba(0, 0, 0, 0.12);
70+
0px 4px 3px -2px rgba(0, 0, 0, 0.14),
71+
0px 6px 5px -2px rgba(0, 0, 0, 0.12);
7272
& + .rc-search-suggestions-container {
7373
border: 1px solid rgb(232, 232, 232);
7474
border-bottom: none;
7575
box-shadow:
7676
0px 3px 3px -2px rgba(0, 0, 0, 0.2),
77-
0px 3px 4px 0px rgba(0, 0, 0, 0.14),
78-
0px 1px 8px 0px rgba(0, 0, 0, 0.12);
77+
0px 4px 2px -1px rgba(0, 0, 0, 0.14),
78+
0px 6px 4px -1px rgba(0, 0, 0, 0.12);
7979
.rc-search-suggestions-divider-bottom {
8080
display: block;
8181
}
@@ -84,11 +84,11 @@
8484
[data-popper-placement|='top'] {
8585
margin-bottom: -1px !important;
8686
border-bottom: none;
87-
box-shadow: 0px -2px 5px 0px rgb(207 207 207);
87+
box-shadow: 0px -2px 5px -2px rgb(73 73 73 / 19%);
8888
& + .rc-search-suggestions-container {
8989
border: 1px solid rgb(232, 232, 232);
9090
border-bottom: top;
91-
box-shadow: 0px 0px 5px 0px rgb(207 207 207);
91+
box-shadow: 0px 0px 3px -2px rgb(73 73 73 / 19%);
9292
.rc-search-suggestions-divider-top {
9393
display: block;
9494
}

0 commit comments

Comments
 (0)