google / accompanist

A collection of extension libraries for Jetpack Compose
https://google.github.io/accompanist
Apache License 2.0
7.34k stars 593 forks source link

[Documentation] Fix warning box/text in docs #1731

Closed Monkey-Matt closed 8 months ago

Monkey-Matt commented 8 months ago

Some pages are currently incorrectly formatted so the warning boxes don't have text in them

Screenshot 2023-11-29 at 2 28 57 PM

This PR just changes the formatting so they show correctly. The warning boxes (and caution boxes) should show with text inside it as you see on docs pages like insets

Screenshot 2023-11-29 at 2 28 06 PM

I previously made this fix for the placeholder page but didn't realise there is the same problem in other places. This PR address all the places I found