jina-ai / dashboard

Interactive UI for analyzing Jina logs, designing Flows and viewing Hub images
https://dashboard.jina.ai
Apache License 2.0
118 stars 60 forks source link

Theming Object collision between emotion and MaterialUI #326

Closed BastinJafari closed 3 years ago

BastinJafari commented 3 years ago

The fact, that we have two theming props causes an error when using the Select component from MaterialUI:

`

,`

image

The solution for that is to merge muiTheme and theme into one

BastinJafari commented 3 years ago

fixed with https://github.com/jina-ai/dashboard/pull/327