update style
This commit is contained in:
parent
f3483580f1
commit
263956c53a
7
dist/index.js
vendored
7
dist/index.js
vendored
@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@ -8,10 +8,13 @@ export const theme = extendTheme(
|
||||
styles: {
|
||||
global: {
|
||||
html: {
|
||||
fontSize: "14px",
|
||||
direction: "rtl",
|
||||
},
|
||||
body: {
|
||||
bg: "white",
|
||||
direction: "rtl",
|
||||
},
|
||||
"*": {
|
||||
boxSizing: "border-box",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user