Closed NaClYen closed 2 years ago
The #fffff (with 5 times f) cause this issue:
#fffff
f
It makes lots of component backgrounds to be transparent. (dropdown, dialog...etc)
When I modified this... https://github.com/christopher-caldwell/vite-material-ui/blob/b651a2988e0ce1bfc470d6904dbc02b4708a1b51/src/providers/Theme.tsx#L27
that to #ffffff, everything works well as I expect.
#ffffff
Good catch, thanks!
error
The
#fffff
(with 5 timesf
) cause this issue:It makes lots of component backgrounds to be transparent. (dropdown, dialog...etc)
code
When I modified this... https://github.com/christopher-caldwell/vite-material-ui/blob/b651a2988e0ce1bfc470d6904dbc02b4708a1b51/src/providers/Theme.tsx#L27
that to
#ffffff
, everything works well as I expect.