Skip to content

Commit a39e179

Browse files
committed
updated preview & save slide
+ Change BG color + Update illustration
1 parent e9b9d61 commit a39e179

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

tour/components/slides/Preview.jsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ Manta comes with professional looking templates which can be customized further
99
function Preview() {
1010
return (
1111
<Slide
12-
fromColor="#FFD200"
13-
toColor="#F7971E"
12+
inverted
13+
fromColor="#5691c8"
14+
toColor="#457fca"
1415
heading="Step 2. Customize"
1516
description={description}
1617
imgSrc={path.resolve(__dirname, './imgs/Preview.svg')}

tour/components/slides/Save.jsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@ const description = `
99
function Save() {
1010
return (
1111
<Slide
12-
inverted
13-
fromColor="#E52D27"
14-
toColor="#B31217"
12+
fromColor="#FFD200"
13+
toColor="#F7971E"
1514
heading="3. Save"
1615
description={description}
1716
imgSrc={path.resolve(__dirname, './imgs/Save.svg')}
18-
imgSize="360px"
17+
imgSize="460px"
1918
/>
2019
);
2120
}

0 commit comments

Comments
 (0)