Skip to content

Commit

Permalink
chore: add css var
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaZhem committed Jul 19, 2024
1 parent 6817498 commit c7c611a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<tui-avatar
appearance=""
[src]="i.img"
[style.color]="'#000'"
[style.color]="'var(--tui-background-accent-opposite)'"
/>
</aside>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
pointer-events: none;
margin: 0 -1.25rem -3rem;
border-radius: 1.25rem 1.25rem 0 0;
box-shadow: 0 -1.25rem var(--tui-theme-color, #000);
box-shadow: 0 -1.25rem var(--tui-background-accent-opposite);
}

.grow {
Expand Down

0 comments on commit c7c611a

Please sign in to comment.