Skip to content

Commit

Permalink
fix(date-picker-month): use font-weight bold (#9552)
Browse files Browse the repository at this point in the history
**Related Issue:** #7180 #9524

## Summary

Date-picker-month .week-header should use --calcite-font-weight-bold
  • Loading branch information
alisonailea authored Jun 15, 2024
1 parent f6c9f9c commit 6929b4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
.week-header {
@apply text-center px-0;
color: var(--calcite-date-picker-month-week-header-text-color, var(--calcite-color-text-3));
font-weight: var(--calcite-font-weight-semibold);
font-weight: var(--calcite-font-weight-bold);
inline-size: calc(100% / 7);
line-height: var(--calcite-font-line-height-fixed-base);
}
Expand Down

0 comments on commit 6929b4c

Please sign in to comment.