mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 17:36:33 +00:00
fix(ui): modal text color (#1421)
Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user