@CharlieHelps please look through apps/web. the objective of this issue is to update the design-system.html file. We want to add a block for the "info bubbles" that are rendered in vitepress. We have custom CSS present which overrides and extends the base CSS of vitepress. Requirements:
- A new block for "Informational Bubbles"
- An accurate representation of the "warning" bubble (
::: warning)
- An accurate representation of the "info" bubble (
::: info)
- An accurate representation of the "tip" bubble (
::: tip)
- Representations of each in both light and dark mode sections
- The light mode bubbles should be intelligently color shifted with design system colors, taking into account how other controls have been for their light mode representation
- All bubbles should be accurate. Triple check your work. Start the web app and use a browser to view the results to assert that your additions are correct and accurate compared to the apps/web source.
@CharlieHelps please look through apps/web. the objective of this issue is to update the design-system.html file. We want to add a block for the "info bubbles" that are rendered in vitepress. We have custom CSS present which overrides and extends the base CSS of vitepress. Requirements:
::: warning)::: info)::: tip)