storyblok / storyblok-nuxt

Storyblok Nuxt module
https://www.storyblok.com/tp/nuxt-js-multilanguage-website-tutorial
MIT License
278 stars 44 forks source link

Text color is used as text background when RenderRichText() is used #401

Closed KonradDRAST closed 1 year ago

KonradDRAST commented 1 year ago

When rendering a page with Rich Text content, color used for text color is used as text background instead.


Expected Behavior

Color should be applied to text not background

Current Behavior

Text color is applied to text background

Steps to Reproduce

1) add rich text field 2) add renderRichText in your component that uses that field data 3) change color of text. 4) color of text background will be changed

image

alvarosabu commented 1 year ago

Hi @angh0r thanks for reporting the issue. Indeed several users reported this and it was fixed on https://github.com/storyblok/storyblok-js-client/pull/520 on the https://github.com/storyblok/storyblok-js-client repo.

We're currently waiting to update the versions on the SDKs to have this fixed as soon as possible. I will update this ticket when is done.

Thanks

KonradDRAST commented 1 year ago

Just pulled latest build - now color text looks OK :)