you should be able to style your ons-input component through creating custom modifier.
Please let me know if this helps.
<ons-button modifier=“small”>Login</ons-button>
in style.css
.button–small{
font-size: .75rem;
}
you should be able to style your ons-input component through creating custom modifier.
Please let me know if this helps.
<ons-button modifier=“small”>Login</ons-button>
in style.css
.button–small{
font-size: .75rem;
}
any solution for this? I am facing problem on the same.