Skip to content

Commit

Permalink
fix(kcard): line height
Browse files Browse the repository at this point in the history
  • Loading branch information
portikM committed Mar 19, 2024
1 parent 94a134d commit 82d08c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/KCard/KCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const showCardHeader = computed((): boolean => {
font-size: var(--kui-font-size-40, $kui-font-size-40);
font-weight: var(--kui-font-weight-bold, $kui-font-weight-bold);
letter-spacing: var(--kui-letter-spacing-minus-30, $kui-letter-spacing-minus-30);
line-height: var(--kui-line-height-30, $kui-line-height-40);
line-height: var(--kui-line-height-30, $kui-line-height-30);
margin: var(--kui-space-0, $kui-space-0);
}
Expand Down

0 comments on commit 82d08c4

Please sign in to comment.