fix: some style issues

feat/wb-linkings
Peng Xiao 2022-11-20 16:18:59 +08:00
parent 4e63a82d27
commit 77f77422e6
2 changed files with 5 additions and 1 deletions

View File

@ -77,7 +77,7 @@ export function ShapeLinksInput({
</div>
}
>
<div className="color-level">
<div className="color-level rounded-lg">
{pageId && portalType && (
<div className="tl-shape-links-reference-panel">
<div className="text-base font-bold inline-flex gap-1 items-center">

View File

@ -1029,6 +1029,10 @@ html[data-theme='dark'] {
color: var(--ls-primary-text-color);
}
.tl-shape-links-panel {
@apply rounded-b-lg;
}
.tl-shape-links-reference-panel {
@apply rounded-t-lg;
}