-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtokens.json
More file actions
50 lines (50 loc) · 943 Bytes
/
tokens.json
File metadata and controls
50 lines (50 loc) · 943 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"spacing": {
"xs": "1rem",
"sm": "1.25rem"
},
"colors": {
"gray": {
"100": "#f3f4f6",
"900": "#111827",
"950":"#000000"
}
},
"radius": {
"sm": "4px",
"md": "8px",
"lg": "16px",
"full": "9999px"
},
"zIndex": {
"dropdown": "1000",
"modal": "2000",
"toast": "3000"
},
"typography": {
"fontSize": {
"xs": "0.75rem",
"sm": "0.875rem",
"base": "1rem",
"lg": "1.125rem",
"xl": "1.25rem"
},
"fontWeight": {
"normal": "400",
"medium": "500",
"semibold": "600",
"bold": "700"
},
"lineHeight": {
"tight": "1.25",
"normal": "1.5",
"relaxed": "1.75"
}
},
"shadows": {
"sm": "0 1px 2px 0 rgba(0,0,0,0.05)",
"md": "0 4px 6px -1px rgba(0,0,0,0.1)",
"lg": "0 10px 15px -3px rgba(0,0,0,0.1)",
"xl": "0 20px 25px -5px rgba(0,0,0,0.1)"
}
}