UNPKG
@saas-ui/theme
Version:
latest (2.6.1)
next (2.0.0-rc.17)
2.6.1
2.6.0
2.5.1
2.5.0
2.4.2
2.4.1
2.4.0
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.3
2.2.2
2.2.1
2.2.0
2.1.1
2.1.0
2.0.1
2.0.0
2.0.0-rc.17
2.0.0-rc.16
2.0.0-rc.15
2.0.0-rc.14
2.0.0-rc.13
2.0.0-rc.12
2.0.0-next.11
2.0.0-next.10
2.0.0-next.9
2.0.0-next.8
2.0.0-next.7
2.0.0-next.6
2.0.0-next.5
2.0.0-next.4
2.0.0-next.3
2.0.0-next.2
2.0.0-next.1
2.0.0-next.0
1.8.2
1.8.1
1.8.0
1.7.0
1.6.2
1.6.1
1.6.0
1.5.0
1.4.0
1.3.1
1.3.0
1.2.0
1.1.0
1.0.0
1.0.0-rc.5
1.0.0-rc.4
1.0.0-rc.3
1.0.0-rc.2
1.0.0-rc.1
1.0.0-rc.0
0.9.0-next.4
0.9.0-next.3
0.9.0-next.2
0.9.0-next.1
0.9.0-next.0
0.8.2
0.8.1
0.8.0
0.7.2
0.7.1
0.7.0
0.7.0-next.0
0.6.0
0.5.2
0.5.0
0.4.11
0.4.10
0.4.9
0.4.8
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.1
0.2.0
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Saas UI theme package
saas-ui.dev
saas-js/saas-ui
@saas-ui/theme
/
src
/
saas-ui
/
styles.ts
11 lines
(9 loc)
•
217 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{
Styles
}
from
'@chakra-ui/theme-tools'
export
const
styles
:
Styles
= {
global
:
(
props
) =>
({
body
: {
WebkitFontSmoothing
:
'antialiased'
,
TextRendering
:
'optimizelegibility'
, }, }), }