0

I just started out with the Shopify Polaris library.

I have a title made like this:

<DisplayText size="large">Contact</DisplayText>

Now I want to center that. But setting className or using inline styling has no effect, thats a known fact...

So how do I style this component? Or any Polaris component? And how do I center this DisplayText?

IonicMan
  • 743
  • 1
  • 12
  • 31
  • A workaround I just used, was to put the element inside a `
    ` and apply the styles to the div. But there must be a better way
    – IonicMan Aug 26 '21 at 19:47
  • Just use your own CSS around and inside Polaris. There is nothing wrong with doing that. If you are really concerned, build your own extension to the Polaris CSS that extends it, and maybe you can enjoy the fruits of your labour that way too, as the Polaris CSS does not change heavy during updates. – David Lazar Aug 27 '21 at 15:35

0 Answers0