Light Mode
Light Mode Setting
You can simply change layout to RTL by doing
the
below changes in the
file src/store/app.ts.
Simply set the attribute
dir=DIR.RTL. It will update the layout to RTL.
And Uncomment bellowed code in src/assets/scss/app.scss
file.
// rtl scss
@import "./rtl/structure/structure";
@import "./rtl/components/components";
@import "./rtl/plugins/plugins";
@import "./rtl/apps/apps";
@import "./rtl/pages/pages";