$btn-font-size: 30px;
@import './assets/material.scss'; |
Hi Edgar,
Thank you for your update.
Query 1: Main issue is about other controls like date/time/dropdown and other controls.
Yes, we have planned to include this feature for all the EJ2 Form components and it will be included in our upcoming Volume 2 main release scheduled in the month of June 2019.
Query 2: Also your material.scss generated by theme studio is not compiled.We have created an angular cli sample and referred material.scss file generated from Theme Studio. We could not reproduce the reported issue and compilation process works fine in our side. However, for your convenience we have created an angular sample with the scss file generated from theme studio and the same can be referred from the below sample link.Query 3: There is no possibility customize font-size in theme studio.Currently, we have provided support for color customization only in theme studio and we don’t have any support for font-size customization. However, the font-size can be customized by overriding the common variables before importing the style files. Please find the below code snippet for example.
$btn-font-size: 30px;@import './assets/material.scss';
In the above code, we have overridden the font-size. Please find the sample from the below link.Note: We have provided the generic response for overriding the font-size using button component.
Regards,Prince
Hi Edgar,
Thank you for your update.
We have included the support for Material2 Outline layout in our end and this is included in the 2019 Volume 2 main release, version 17.2.34. Kindly refer to the following release notes section for further reference: https://ej2.syncfusion.com/angular/documentation/release-notes/17.2.34/#textbox
Let us know if you need any further assistance on this.
Regards,Prince
#226404
, #F141814
- Provided Material2 outline layout
for textbox.#226950
- Provided Material2 filled layout
for textbox.