fix: button bigger
Some checks are pending
Deploy / deploy (push) Waiting to run

This commit is contained in:
Benno Tielen 2026-06-24 13:16:20 +02:00
parent 811dadfe07
commit 1ecb1f6b9f
2 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@
cursor: pointer;
text-decoration: none;
margin: 0;
display: inline-block;
//display: inline-block;
line-height: 147%;
//box-sizing: content-box;
-webkit-tap-highlight-color: transparent;

View file

@ -11,7 +11,7 @@ export const CalendarAnnouncementButtons = ({calendar, announcements}: CalendarA
<div className={styles.container}>
{ calendar &&
<Button
size={"md"}
size={"lg"}
schema={"shade"}
type={"button"}
href={calendar}
@ -21,7 +21,7 @@ export const CalendarAnnouncementButtons = ({calendar, announcements}: CalendarA
{ announcements &&
<span className={styles.margin}>
<Button
size={"md"}
size={"lg"}
type={"button"}
schema={"shade"}
href={announcements}