Skip to content

Commit 3d4cf6a

Browse files
authored
Font inherit from parent component (#916)
1 parent 2094b17 commit 3d4cf6a

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

apps/demo-app/src/local-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"tasks": ["damage_detection", "wheel_analysis"]
1414
},
1515
"apiDomain": "api.preview.monk.ai/v1",
16-
"thumbnailDomain": "europe-west1-monk-preview-321715.cloudfunctions.net/image_resize",
16+
"thumbnailDomain": "api.preview.monk.ai/image_resize",
1717
"enableSightTutorial": false,
1818
"enableTutorial": "first_time_only",
1919
"startTasksOnComplete": true,

packages/common-ui-web/src/components/Button/Button.styles.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export const styles: Styles = {
2525
letterSpacing: 0.15,
2626
cursor: 'pointer',
2727
borderWidth: 0,
28+
fontFamily: 'inherit',
2829
},
2930
buttonIconOnly: {
3031
padding: 16,

packages/common-ui-web/src/components/InspectionGallery/InspectionGalleryItemCard/InspectionGalleryItemCard.styles.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export const styles: Styles = {
1313
outline: 'none',
1414
padding: 0,
1515
backgroundColor: 'transparent',
16+
fontFamily: 'inherit',
1617
},
1718
preview: {
1819
position: 'relative',

packages/common-ui-web/src/components/VehicleTypeSelection/VehicleTypeSelectionCard/VehicleTypeSelectionCard.styles.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export const styles: Styles = {
1414
backgroundColor: 'transparent',
1515
padding: 0,
1616
margin: 14,
17+
fontFamily: 'inherit',
1718
},
1819
containerSelected: {
1920
width: 192,

0 commit comments

Comments
 (0)