(frontend) add styledCss props to Box component

In order to facilitate DX and not to use a string in the code for the css.
We add the $styledCss props to the Box component.
This object comes from Styled component
This commit is contained in:
Nathan Panchout
2024-11-14 15:09:34 +01:00
parent 23231563c9
commit bbe9b6b6cf
6 changed files with 16 additions and 8 deletions

View File

@@ -14,11 +14,13 @@ and this project adheres to
- 🌐(frontend) Add German translation #255
- ✨(frontend) Add a broadcast store #387
## Changed
- 🚸(backend) improve users similarity search and sort results #391
- 🌐(backend) add german translation #259
- ♻️(frontend) simplify stores #402
- ✨(frontend) update $css Box props type to add styled components RuleSet #423
## Fixed