1.05K viewsOthers

createTheme is the newer name, createMuiTheme is deprecated https://github.com/elyra-ai/elyra/pull/1885. You are correct createTheme() is used to apply different default styles to the Mui components

makeStyles() is a good way to make custom css classes for your new components or the Mui components.

Bassir Answered question October 11, 2022

createTheme is the newer name, createMuiTheme is deprecated https://github.com/elyra-ai/elyra/pull/1885. You are correct createTheme() is used to apply different default styles to the Mui components

makeStyles() is a good way to make custom css classes for your new components or the Mui components.

Bassir Answered question October 11, 2022
You are viewing 1 out of 1 answers, click here to view all answers.