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; cursor: pointer;
text-decoration: none; text-decoration: none;
margin: 0; margin: 0;
display: inline-block; //display: inline-block;
line-height: 147%; line-height: 147%;
//box-sizing: content-box; //box-sizing: content-box;
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;

View file

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