Material UI change font size
Material UI change font size– We can customize font in Material UI framework such as font-size, font color etc. Here in this article we are going to explain how to change font size in Material UI framework.
Material UI change font size Example
You can change Material UI font size by adding style simply as below-
Material UI change font size Example:
<RaisedButton style={{ fontSize: '25px' }} label='Register' /> |
On the same way you can add other styles as well.
Advertisements