File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
playground/modules/wizard/reactQuery Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,14 @@ import { useMutation } from 'react-query';
55import { useWizard } from '../../../../dist' ;
66
77const Container = styled ( 'div' ) `
8+ background: var(--step);
9+ border: 1px solid #250b46;
10+ border-radius: 2px;
11+ padding: 2.75rem 0.35rem;
812 display: flex;
13+ flex-direction: column;
914 justify-content: center;
1015 align-items: center;
11- flex-direction: column;
1216 min-height: 35vh;
1317` ;
1418
Original file line number Diff line number Diff line change @@ -3,10 +3,14 @@ import * as React from 'react';
33import { useQuery } from 'react-query' ;
44
55const Container = styled ( 'div' ) `
6+ background: var(--step);
7+ border: 1px solid #250b46;
8+ border-radius: 2px;
9+ padding: 2.75rem 0.35rem;
610 display: flex;
11+ flex-direction: column;
712 justify-content: center;
813 align-items: center;
9- flex-direction: column;
1014 min-height: 35vh;
1115` ;
1216
You can’t perform that action at this time.
0 commit comments