Skip to content

Commit a7c2f2c

Browse files
committed
change hex values to lowercase and correct Sanfrancisco font
1 parent 208f349 commit a7c2f2c

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

packages/preset-polaris/src/index.js

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
11
import base from '@theme-ui/preset-base'
22

3-
const text = '"San Francisco", Roboto, "Segoe UI", "Helvetica Neue", sans-serif'
3+
const text =
4+
'system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif'
5+
46
export const polaris = {
57
...base,
68
colors: {
79
text: '#454f5b',
810
background: '#fff',
9-
primary: '#5C6AC4',
10-
secondary: '#006FBB',
11-
highlight: '#47C1BF',
11+
primary: '#5c6ac4',
12+
secondary: '#006fbb',
13+
highlight: '#47c1bf',
1214
muted: '#e6e6e6',
13-
gray: '#DFE3E8',
14-
accent: '#F49342',
15-
darken: '#00044C',
15+
gray: '#dfe3e8',
16+
accent: '#f49342',
17+
darken: '#00044c',
1618
modes: {
1719
dark: {
18-
text: '#3E4155',
20+
text: '#3e4155',
1921
background: '#000639',
20-
primary: '#9C6ADE',
21-
secondary: '#B4E1FA',
22-
highlight: '#B7ECEC',
22+
primary: '#9c6ade',
23+
secondary: '#b4e1fa',
24+
highlight: '#b7ecec',
2325
muted: '#e6e6e6',
2426
},
2527
},

0 commit comments

Comments
 (0)