vocdoni / ui-components

Vocdoni UI components libs
GNU General Public License v3.0
3 stars 2 forks source link

`<ElectionDescription />` should accept css props, at least for its wrapper #6

Closed elboletaire closed 1 year ago

elboletaire commented 1 year ago

There's an error on how props are typed for <ElectionDescription /> which is not allowing css props to be passed, although they're accepted and should work, since the <Markdown /> component is wrapped with a chakra() initializer function (which makes the css props available).