Hello everybody,
We are using the Outline form filed in our application and we would like to have the same behavior, style for the Syncfusion component - Multiselectdropdown. Datepicker, Timepicker, DropdownList...
By same behavior and style, I have mean: the same color as Indigo & Pink them in angular material, the same font size, and font family
(2 and 3 image is Syncfusion component and there you can see that it is different then angular material, color is wrong and the font is wrong)
We already tried to use some CSS hacks to fix this but nothing gave us the results:
.e-control,
.e-wrapper {
font-style: normal;
font-variant: normal;
font-size: 14px !important;;
text-transform: none;
font-weight: 400;
line-height: 1.125 !important;;
font-family: 'Roboto' !important;;
letter-spacing: 1.5px !important;;
}
.e-icons {
font-style: normal;
font-variant: normal;
font-size: 14px !important;;
text-transform: none;
font-weight: 400;
line-height: 1.125 !important;;
font-family: 'Roboto' !important;;
letter-spacing: 1.5px !important;;
}
We use Angular 10 and Syncfusion 18.4.30. What would be the best practice to achieve this? I have already read all your documentation and no luck.
Please send me an example of how to do this.
Thank you,
M