alitaheri / jss-rtl

Flip styles using rtl-css-js
MIT License
83 stars 5 forks source link

RTL with Dark theme is not working #13

Closed b3of closed 4 years ago

b3of commented 4 years ago

If I use a theme like this

const darkTheme = createMuiTheme({
    palette: {
        type: "dark"
    }
})

I followed Material UI steps to switch to RTL and it switches successfully in light theme type, but fails in dark theme type