update style

This commit is contained in:
Mohamadzadeh 2026-06-14 11:57:45 +03:30
parent f3483580f1
commit 263956c53a
2 changed files with 10 additions and 4 deletions

7
dist/index.js vendored
View File

@ -1719,10 +1719,13 @@ const hn = "data:font/woff2;base64,d09GMgABAAAAAfxQABEAAAAGSRAAAfviAAEAAAAAAAAAA
styles: {
global: {
html: {
fontSize: "14px"
direction: "rtl"
},
body: {
bg: "white"
direction: "rtl"
},
"*": {
boxSizing: "border-box"
}
}
},

View File

@ -8,10 +8,13 @@ export const theme = extendTheme(
styles: {
global: {
html: {
fontSize: "14px",
direction: "rtl",
},
body: {
bg: "white",
direction: "rtl",
},
"*": {
boxSizing: "border-box",
},
},
},