Skip to content

Commit

Permalink
chore(demo): invalid styles on dark theme (#6163)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Dec 6, 2023
1 parent bdd946f commit 9dd97a5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion projects/demo/src/modules/info/related/related.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
.grid {
display: grid;
grid-gap: 20px;

.tui-island {
border: 1px solid var(--tui-base-03);
}
}

.grid-container {
Expand All @@ -43,6 +47,7 @@
flex-direction: column;
justify-content: space-between;
padding: 0;
border: none;
overflow: hidden;

.title {
Expand All @@ -57,7 +62,7 @@
border-radius-right-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
background: #fff;
background: var(--tui-base-01);
transform: translateY(2.5rem);
}

Expand Down

0 comments on commit 9dd97a5

Please sign in to comment.