OlliV / bfree

Bfree smart trainer app.
https://bfree.vercel.app
GNU General Public License v3.0
32 stars 4 forks source link

Replace mui styled with sx #184

Closed OlliV closed 1 year ago

OlliV commented 1 year ago

Until now styled has been working with some hacks but it won't work with the future versions of React. Hence it's better to replace styled with sx or Next.js native styling where applicable.