Apply RTL as default
Set <body> tag's direction to "rtl"
<body dir="rtl">Set "direction" property in active theme object
import {alpha} from "@mui/material";
export const mainTheme = {
direction: "rtl",
...
}Last updated