cozy-ui
cozy-ui copied to clipboard
React components and CSS styles for Cozy apps
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react-pdf](https://togithub.com/wojtekmaj/react-pdf) ([source](https://togithub.com/wojtekmaj/react-pdf/tree/HEAD/packages/react-pdf)) | [`^5.7.2` -> `^7.0.0`](https://renovatebot.com/diffs/npm/react-pdf/5.7.2/7.7.3) |...
Without specifying color textPrimary, the listitem text will use "primaryFont" variable and appear black instead of white
The MobileStepper was already exported but I customized it to follow figma specification ([demo](https://cballevre.github.io/cozy-ui/react/#!/Core/MobileStepper)) 
Flagship app does not handle a redirection with const newWindow = window.open('') and then newWindow.location.href. So let's set the url directly in window.open because we do not know why it...