fix(ui): modal text color (#1421)

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
This commit is contained in:
Charlie
2021-03-08 12:10:34 +08:00
committed by GitHub
parent fa87884e90
commit c6132c75c9
8 changed files with 19 additions and 17 deletions

View File

@@ -66,12 +66,17 @@
}
&-panel {
@apply relative rounded-md shadow-xl;
overflow: hidden;
background: var(--ls-secondary-background-color);
.panel-content {
overflow-y: auto;
max-height: 80vh;
max-width: 768px;
@apply relative rounded-md shadow-xl;
background: var(--ls-secondary-background-color);
.panel-content {
padding: 2rem;
}
padding: 2rem;
}
}
&-close {