Skip to content

Commit

Permalink
fix(fc): adjust week day header border radius to new design
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <[email protected]>
  • Loading branch information
st3iny committed Aug 13, 2024
1 parent 9f0695e commit e4dd483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/fullcalendar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
font-weight: bold;
background-color: var(--color-primary-element);
color: var(--color-primary-element-text) !important;
border-radius: var(--border-radius-pill);
border-radius: var(--border-radius-small);
}
}

Expand Down

0 comments on commit e4dd483

Please sign in to comment.