Skip to content

Commit

Permalink
fox(pencil): fix planifier une conférence
Browse files Browse the repository at this point in the history
  • Loading branch information
youssefElMkhantar committed Mar 29, 2024
1 parent 92b5480 commit b2a6f7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/home/CalendarModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ export default function CalendarModalComponent(props: any) {
<Button
// variant="contained"
style={{ backgroundColor: '#0a76f6', textTransform: 'none' }}
type="button"
>
Ajouter au calendrier
</Button>
Expand All @@ -240,6 +241,7 @@ export default function CalendarModalComponent(props: any) {
title="copy"
onClick={() => copyEvent()}
disabled={disabled}
type="button"
// nativeButtonProps={{ id: 'copyCalendarButton' }}
>
Copier
Expand All @@ -250,6 +252,7 @@ export default function CalendarModalComponent(props: any) {
onClick={handle}
className={styles.button}
priority="primary"
type="button"
// size="medium"
nativeButtonProps={{ id: 'calendarButton' }}
>
Expand Down

0 comments on commit b2a6f7b

Please sign in to comment.