This commit is contained in:
parent
811dadfe07
commit
1ecb1f6b9f
2 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue