Skip to content

Commit

Permalink
fix(kit): prevent stretching to full height (#6224)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Dec 12, 2023
1 parent a9a5cc8 commit 54eb4db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/kit/components/files/file/file.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,9 @@
}

.t-icon {
.fullsize();
.fullsize(absolute, inset);
color: var(--tui-success-fill);
margin: auto;

&_blank {
color: var(--tui-base-06);
Expand Down

0 comments on commit 54eb4db

Please sign in to comment.