File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
protocol-designer/src/pages Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const EULA_URL = 'https://opentrons.com/eula'
14
14
export function EndUserAgreementFooter ( ) : JSX . Element {
15
15
return (
16
16
< Flex
17
- backgroundColor = { COLORS . grey20 }
17
+ backgroundColor = { COLORS . grey10 }
18
18
padding = { SPACING . spacing24 }
19
19
width = "100%"
20
20
alignItems = { ALIGN_CENTER }
Original file line number Diff line number Diff line change @@ -373,7 +373,7 @@ export function CreateNewProtocolWizard(): JSX.Element | null {
373
373
}
374
374
375
375
return showWizard ? (
376
- < Box backgroundColor = { COLORS . grey20 } height = "calc(100vh - 48px)" >
376
+ < Box backgroundColor = { COLORS . grey10 } height = "calc(100vh - 48px)" >
377
377
< CreateFileForm
378
378
currentWizardStep = { currentWizardStep }
379
379
createProtocolFile = { createProtocolFile }
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ export function Landing(): JSX.Element {
95
95
) : null }
96
96
< Flex
97
97
data-cy = "landing-page"
98
- backgroundColor = { COLORS . grey20 }
98
+ backgroundColor = { COLORS . grey10 }
99
99
flexDirection = { DIRECTION_COLUMN }
100
100
alignItems = { ALIGN_CENTER }
101
101
justifyContent = { JUSTIFY_CENTER }
You can’t perform that action at this time.
0 commit comments