Skip to content

Commit

Permalink
Merge pull request #6256 from nextcloud/fix/fc/week-day-header-border…
Browse files Browse the repository at this point in the history
…-radius

fix(fc): adjust week day header border radius to new design
  • Loading branch information
st3iny authored Aug 13, 2024
2 parents 9f0695e + e4dd483 commit 74411f8
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 74411f8

Please sign in to comment.