diff --git a/apps/web/components/booking/BookingListItem.tsx b/apps/web/components/booking/BookingListItem.tsx index 62c370e1..c7bdab61 100644 --- a/apps/web/components/booking/BookingListItem.tsx +++ b/apps/web/components/booking/BookingListItem.tsx @@ -87,7 +87,7 @@ function BookingListItem(booking: BookingItem) { actions: [ { id: "edit", - label: t("reschedule_booking"), + label: t("edit_booking"), href: `/reschedule/${booking.uid}`, }, { diff --git a/apps/web/components/dialog/RescheduleDialog.tsx b/apps/web/components/dialog/RescheduleDialog.tsx index 539b667b..a93a0f48 100644 --- a/apps/web/components/dialog/RescheduleDialog.tsx +++ b/apps/web/components/dialog/RescheduleDialog.tsx @@ -56,16 +56,11 @@ export const RescheduleDialog = (props: IRescheduleDialog) => { return ( - -
- -
-
-
+
-
+

{t("reschedule_modal_description")}

diff --git a/apps/web/public/app-store/other.svg b/apps/web/public/app-store/other.svg index 94876ffa..d21909c1 100644 --- a/apps/web/public/app-store/other.svg +++ b/apps/web/public/app-store/other.svg @@ -1,73 +1,40 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/packages/app-store/wipemycalother/components/confirmDialog.tsx b/packages/app-store/wipemycalother/components/confirmDialog.tsx index c44fc070..27d66a5a 100644 --- a/packages/app-store/wipemycalother/components/confirmDialog.tsx +++ b/packages/app-store/wipemycalother/components/confirmDialog.tsx @@ -82,18 +82,12 @@ export const ConfirmDialog = (props: IConfirmDialogWipe) => { return ( - -
- -
-
-
+
-
+
-

This will cancel all upcoming meetings from:
{" "} @@ -101,28 +95,28 @@ export const ConfirmDialog = (props: IConfirmDialogWipe) => {

Are you sure? This can't be undone

- - - - - - -
+ + + + + + +
); diff --git a/packages/config/tailwind-preset.js b/packages/config/tailwind-preset.js index 236cfd33..9da65460 100644 --- a/packages/config/tailwind-preset.js +++ b/packages/config/tailwind-preset.js @@ -25,18 +25,18 @@ module.exports = { bookingdark: "var(--booking-dark-color)", bookingdarker: "var(--booking-darker-color)", bookinghighlight: "var(--booking-highlight-color)", - black: "#000000", + black: "#111111", gray: { - 50: "#F8F9FA", - 100: "#EEF0F2", - 200: "#DADDDF", - 300: "#C4C8CB", - 400: "#989EA4", - 500: "#6C757D", - 600: "#616971", - 700: "#51585E", - 800: "#41464B", - 900: "#35393D", + 50: "#F8F8F8", + 100: "#F5F5F5", + 200: "#E1E1E1", + 300: "#CFCFCF", + 400: "#ACACAC", + 500: "#888888", + 600: "#494949", + 700: "#3E3E3E", + 800: "#313131", + 900: "#292929", }, neutral: { 50: "#F8F8F8",