Skip to content

Commit

Permalink
fix skeleton text height
Browse files Browse the repository at this point in the history
  • Loading branch information
ninamarina committed Nov 28, 2023
1 parent b8ca862 commit d5af3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dialtone/lib/build/less/components/skeleton.less
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
// @ SKELETON TEXT
// ----------------------------------------------------------------------------
.d-skeleton-text {
height: 80%;
height: var(--dt-size-400);
border-radius: var(--dt-size-radius-200);
}

Expand Down

0 comments on commit d5af3e2

Please sign in to comment.