1
- import { ColorPalette } from '../../colorpalette' ;
1
+ import { ColorPaletteNormal } from '../../colorpalette' ;
2
2
import { PALETTEPRESETS } from '../colorpalette-presets' ;
3
3
4
4
@@ -12,19 +12,19 @@ export default () =>(
12
12
< span > Clarity</ span >
13
13
14
14
< section >
15
- < ColorPalette palette = { PALETTEPRESETS . office } > </ ColorPalette >
15
+ < ColorPaletteNormal palette = { PALETTEPRESETS . office } > </ ColorPaletteNormal >
16
16
</ section >
17
17
18
18
< section >
19
- < ColorPalette palette = { PALETTEPRESETS . apex } > </ ColorPalette >
19
+ < ColorPaletteNormal palette = { PALETTEPRESETS . apex } > </ ColorPaletteNormal >
20
20
</ section >
21
21
22
22
< section >
23
- < ColorPalette palette = { PALETTEPRESETS . austin } > </ ColorPalette >
23
+ < ColorPaletteNormal palette = { PALETTEPRESETS . austin } > </ ColorPaletteNormal >
24
24
</ section >
25
25
26
26
< section >
27
- < ColorPalette palette = { PALETTEPRESETS . clarity } > </ ColorPalette >
27
+ < ColorPaletteNormal palette = { PALETTEPRESETS . clarity } > </ ColorPaletteNormal >
28
28
</ section >
29
29
30
30
< span > Slipstream</ span >
@@ -33,19 +33,19 @@ export default () =>(
33
33
< span > Hardcover</ span >
34
34
35
35
< section >
36
- < ColorPalette palette = { PALETTEPRESETS . slipstream } > </ ColorPalette >
36
+ < ColorPaletteNormal palette = { PALETTEPRESETS . slipstream } > </ ColorPaletteNormal >
37
37
</ section >
38
38
39
39
< section >
40
- < ColorPalette palette = { PALETTEPRESETS . metro } > </ ColorPalette >
40
+ < ColorPaletteNormal palette = { PALETTEPRESETS . metro } > </ ColorPaletteNormal >
41
41
</ section >
42
42
43
43
< section >
44
- < ColorPalette palette = { PALETTEPRESETS . flow } > </ ColorPalette >
44
+ < ColorPaletteNormal palette = { PALETTEPRESETS . flow } > </ ColorPaletteNormal >
45
45
</ section >
46
46
47
47
< section >
48
- < ColorPalette palette = { PALETTEPRESETS . hardcover } > </ ColorPalette >
48
+ < ColorPaletteNormal palette = { PALETTEPRESETS . hardcover } > </ ColorPaletteNormal >
49
49
</ section >
50
50
51
51
< span > Trek</ span >
@@ -54,20 +54,20 @@ export default () =>(
54
54
< span > Monochrome</ span >
55
55
56
56
< section >
57
- < ColorPalette palette = { PALETTEPRESETS . trek } > </ ColorPalette >
57
+ < ColorPaletteNormal palette = { PALETTEPRESETS . trek } > </ ColorPaletteNormal >
58
58
</ section >
59
59
60
60
< section >
61
- < ColorPalette palette = { PALETTEPRESETS . verve } > </ ColorPalette >
61
+ < ColorPaletteNormal palette = { PALETTEPRESETS . verve } > </ ColorPaletteNormal >
62
62
</ section >
63
63
64
64
< section >
65
65
66
- < ColorPalette palette = { PALETTEPRESETS . basic } > </ ColorPalette >
66
+ < ColorPaletteNormal palette = { PALETTEPRESETS . basic } > </ ColorPaletteNormal >
67
67
</ section >
68
68
69
69
< section >
70
- < ColorPalette palette = { PALETTEPRESETS . monochrome } > </ ColorPalette >
70
+ < ColorPaletteNormal palette = { PALETTEPRESETS . monochrome } > </ ColorPaletteNormal >
71
71
</ section >
72
72
73
73
< span > Custom</ span >
@@ -76,7 +76,7 @@ export default () =>(
76
76
< span > </ span >
77
77
78
78
< section >
79
- < ColorPalette palette = { [ "#37399b" , "#a81c85" , "#0ab3cc" , "#2f7d20" , "#a21616" ] } > </ ColorPalette >
79
+ < ColorPaletteNormal palette = { [ "#37399b" , "#a81c85" , "#0ab3cc" , "#2f7d20" , "#a21616" ] } > </ ColorPaletteNormal >
80
80
</ section >
81
81
</ div >
82
82
</ >
0 commit comments