You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adding heading={true} removes subtitle but also removes class title.
aim to me is to get <h1 class="title is-1"> by default - otherwise, if you have different stylings in bulma for title and subtitle, the subtitle colour is applied to your heading.
The text was updated successfully, but these errors were encountered:
DimitarChristoff
added a commit
to DimitarChristoff/react-bulma-components
that referenced
this issue
May 14, 2018
Using
<Heading>
produces a<h1 class="title subtitle">
- the assertion is to check if heading is set and if not, adds class subtitle always.https://github.com/couds/react-bulma-components/blob/master/src/components/heading/heading.js#L45-L46
adding
heading={true}
removes subtitle but also removes class title.aim to me is to get
<h1 class="title is-1">
by default - otherwise, if you have different stylings in bulma for title and subtitle, the subtitle colour is applied to your heading.The text was updated successfully, but these errors were encountered: