Skip to content

Commit

Permalink
fix: resolves issue of font-family CSS variable not working on Place …
Browse files Browse the repository at this point in the history
…Picker (#191)

PiperOrigin-RevId: 619345433
  • Loading branch information
Extended Component Library Team authored and copybara-github committed Mar 26, 2024
1 parent 29e02ea commit b45066f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/place_picker/place_picker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ export class PlacePicker extends BaseComponent {
border-radius: 4px;
color: ${GMPX_COLOR_ON_SURFACE};
box-sizing: border-box;
font-family: inherit;
font-size: inherit;
padding: calc(${GMPX_FONT_SIZE_BASE} * ${SPACING_MULTIPLIER})
calc(${GMPX_FONT_SIZE_BASE} * ${SPACING_MULTIPLIER * 2 + 1});
Expand Down

0 comments on commit b45066f

Please sign in to comment.