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: {
|
styles: {
|
||||||
global: {
|
global: {
|
||||||
html: {
|
html: {
|
||||||
fontSize: "14px"
|
direction: "rtl"
|
||||||
},
|
},
|
||||||
body: {
|
body: {
|
||||||
bg: "white"
|
direction: "rtl"
|
||||||
|
},
|
||||||
|
"*": {
|
||||||
|
boxSizing: "border-box"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@ -8,10 +8,13 @@ export const theme = extendTheme(
|
|||||||
styles: {
|
styles: {
|
||||||
global: {
|
global: {
|
||||||
html: {
|
html: {
|
||||||
fontSize: "14px",
|
direction: "rtl",
|
||||||
},
|
},
|
||||||
body: {
|
body: {
|
||||||
bg: "white",
|
direction: "rtl",
|
||||||
|
},
|
||||||
|
"*": {
|
||||||
|
boxSizing: "border-box",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user