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