Skip to content

Commit

Permalink
fix(kcard): title font size (#2074)
Browse files Browse the repository at this point in the history
  • Loading branch information
portikM authored and adamdehaven committed Jun 3, 2024
1 parent 15fee6f commit e320a4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/KCard/KCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ const showCardHeader = computed((): boolean => {
.card-title {
color: var(--kui-color-text, $kui-color-text);
font-size: var(--kui-font-size-50, $kui-font-size-50);
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-40, $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 e320a4a

Please sign in to comment.