christopher-caldwell / vite-material-ui

A Vite starter template for React, TypeScript, and MUI
MIT License
46 stars 17 forks source link

Theme might be use invalid color format #4

Closed NaClYen closed 2 years ago

NaClYen commented 2 years ago

error

The #fffff (with 5 times f) cause this issue: image

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.

christopher-caldwell commented 2 years ago

Good catch, thanks!