Skip to content

Commit 8979e1b

Browse files
committed
Fix sheet tests
1 parent e3ed74d commit 8979e1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Sheet/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ class SheetExample extends React.Component {
193193
borderBottom: '1px solid #DFE3E8',
194194
display: 'flex',
195195
justifyContent: 'space-between',
196-
padding: '1.6rem',
196+
padding: '16px',
197197
width: '100%',
198198
}}
199199
>
@@ -205,7 +205,7 @@ class SheetExample extends React.Component {
205205
plain
206206
/>
207207
</div>
208-
<Scrollable style={{padding: '1.6rem', height: '100%'}}>
208+
<Scrollable style={{padding: '16px', height: '100%'}}>
209209
<ChoiceList
210210
name="salesChannelsList"
211211
choices={salesChannels}
@@ -220,7 +220,7 @@ class SheetExample extends React.Component {
220220
borderTop: '1px solid #DFE3E8',
221221
display: 'flex',
222222
justifyContent: 'space-between',
223-
padding: '1.6rem',
223+
padding: '16px',
224224
width: '100%',
225225
}}
226226
>

0 commit comments

Comments
 (0)