diff --git a/apps/demo-app/src/local-config.json b/apps/demo-app/src/local-config.json index fb17a198e..d9a05a1fe 100644 --- a/apps/demo-app/src/local-config.json +++ b/apps/demo-app/src/local-config.json @@ -13,7 +13,7 @@ "tasks": ["damage_detection", "wheel_analysis"] }, "apiDomain": "api.preview.monk.ai/v1", - "thumbnailDomain": "europe-west1-monk-preview-321715.cloudfunctions.net/image_resize", + "thumbnailDomain": "api.preview.monk.ai/image_resize", "enableSightTutorial": false, "enableTutorial": "first_time_only", "startTasksOnComplete": true, diff --git a/packages/common-ui-web/src/components/Button/Button.styles.ts b/packages/common-ui-web/src/components/Button/Button.styles.ts index ac8be4a76..bbf5c5fd1 100644 --- a/packages/common-ui-web/src/components/Button/Button.styles.ts +++ b/packages/common-ui-web/src/components/Button/Button.styles.ts @@ -25,6 +25,7 @@ export const styles: Styles = { letterSpacing: 0.15, cursor: 'pointer', borderWidth: 0, + fontFamily: 'inherit', }, buttonIconOnly: { padding: 16, diff --git a/packages/common-ui-web/src/components/InspectionGallery/InspectionGalleryItemCard/InspectionGalleryItemCard.styles.ts b/packages/common-ui-web/src/components/InspectionGallery/InspectionGalleryItemCard/InspectionGalleryItemCard.styles.ts index a69429a19..d592ea34a 100644 --- a/packages/common-ui-web/src/components/InspectionGallery/InspectionGalleryItemCard/InspectionGalleryItemCard.styles.ts +++ b/packages/common-ui-web/src/components/InspectionGallery/InspectionGalleryItemCard/InspectionGalleryItemCard.styles.ts @@ -13,6 +13,7 @@ export const styles: Styles = { outline: 'none', padding: 0, backgroundColor: 'transparent', + fontFamily: 'inherit', }, preview: { position: 'relative', diff --git a/packages/common-ui-web/src/components/VehicleTypeSelection/VehicleTypeSelectionCard/VehicleTypeSelectionCard.styles.ts b/packages/common-ui-web/src/components/VehicleTypeSelection/VehicleTypeSelectionCard/VehicleTypeSelectionCard.styles.ts index 2fa140a75..506cc1a2b 100644 --- a/packages/common-ui-web/src/components/VehicleTypeSelection/VehicleTypeSelectionCard/VehicleTypeSelectionCard.styles.ts +++ b/packages/common-ui-web/src/components/VehicleTypeSelection/VehicleTypeSelectionCard/VehicleTypeSelectionCard.styles.ts @@ -14,6 +14,7 @@ export const styles: Styles = { backgroundColor: 'transparent', padding: 0, margin: 14, + fontFamily: 'inherit', }, containerSelected: { width: 192,