I have the same combo box styles applied to both combo boxes but the tokenized one is using a different font to display the tokens. How can I style the tokens to look like the combo underneath it. Below are my styles:
<Style x:Key="ComboBoxStyle" TargetType="combobox:SfComboBox">
<Setter Property="FontFamily" Value="{StaticResource Montserrat-Regular}"/>
<Setter Property="TextSize" Value="16"/>
<Setter Property="TextColor" Value="{DynamicResource Gray-900}"/>
<Setter Property="ShowBorder" Value="False"/>
<Setter Property="WatermarkColor" Value="{DynamicResource Gray-700}"/>
<Setter Property="HeightRequest" Value="55"/>
</Style>
Attachment:
Screen_Shot_20220704_at_12.15.35_PM_6a1814ca.zip