TeamWertarbyte/material-ui-fullscreen-dialog

Change the close button style

Rick83600 opened this issue · 2 comments

Hello guy,

There are a way to modify the close button's color ?

Thanks :)

You can change the color by specifying a color for the closeIcon.

Okay I just try this and it works thanks

closeIcon={<Icon color={'#666'} />}