Skip to content

Commit a8d3afa

Browse files
feat: update to use the gap value
1 parent b87bd19 commit a8d3afa

File tree

2 files changed

+1
-5
lines changed
  • packages/template-retail-react-app/app

2 files changed

+1
-5
lines changed

packages/template-retail-react-app/app/components/header/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ const Header = ({
177177
<Flex
178178
wrap="wrap"
179179
alignItems={['baseline', 'baseline', 'baseline', 'center']}
180-
{...styles.headerFlex}
180+
gap={3}
181181
>
182182
<IconButton
183183
aria-label={intl.formatMessage({

packages/template-retail-react-app/app/theme/components/project/header.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ export default {
2121
paddingTop: [1, 1, 2, 4],
2222
paddingBottom: [3, 3, 2, 4]
2323
},
24-
headerFlex: {
25-
gap: 3
26-
},
2724
searchContainer: {
2825
order: [2, 2, 2, 'inherit'],
2926
width: ['full', 'full', 'full', 60],
@@ -85,7 +82,6 @@ export default {
8582
parts: [
8683
'container',
8784
'content',
88-
'headerFlex',
8985
'searchContainer',
9086
'bodyContainer',
9187
'logo',

0 commit comments

Comments
 (0)