File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments