masakudamatsu / triangulum-color-picker

A front-end web app to pick a tint/tone/shade of hues more logically and more intuitively than the standard color pickers
https://triangulum.netlify.app
MIT License
2 stars 1 forks source link

Revise how we define SectionNoscript.Paragraph component #171

Closed masakudamatsu closed 3 years ago

masakudamatsu commented 3 years ago

Currently we extend Paragraph element component to create it. But we override font properties with footer style.

We should use props to change the style for Paragraph element components.