chore: change memo card's bg color (#471)

pull/472/head
Zeng1998 3 years ago committed by GitHub
parent ceac53b6d0
commit 5258b0a5b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -41,7 +41,7 @@
> .layer-container, > .layer-container,
> .background-layer-container { > .background-layer-container {
@apply bg-amber-100; @apply bg-white;
position: absolute; position: absolute;
bottom: -3px; bottom: -3px;
left: 3px; left: 3px;
@ -53,7 +53,7 @@
} }
> .layer-container { > .layer-container {
@apply bg-amber-100; @apply bg-white;
z-index: 0; z-index: 0;
border: 1px solid lightgray; border: 1px solid lightgray;
width: 100%; width: 100%;

Loading…
Cancel
Save