Skip to content

Commit

Permalink
fix: resolve issue of font-family CSS variable not working on Place P…
Browse files Browse the repository at this point in the history
…icker

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

0 comments on commit 88808ed

Please sign in to comment.