File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ function App() {
124
124
{ item => < PickerItem id = { item . id } > { item . label } </ PickerItem > }
125
125
</ Picker >
126
126
< CardViewExample { ...cardViewState } />
127
- < Divider styles = { style ( { maxWidth : 320 , width : '100% ' , marginX : 'auto' } ) } />
127
+ < Divider styles = { style ( { maxWidth : 320 , width : 'full ' , marginX : 'auto' } ) } />
128
128
< CollectionCardsExample loadingState = { cardViewState . loadingState } />
129
129
< MenuTrigger >
130
130
< ActionButton > Menu</ ActionButton >
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ function App() {
124
124
{ item => < PickerItem id = { item . id } > { item . label } </ PickerItem > }
125
125
</ Picker >
126
126
< CardViewExample { ...cardViewState } />
127
- < Divider styles = { style ( { maxWidth : 320 , width : '100% ' , marginX : 'auto' } ) } />
127
+ < Divider styles = { style ( { maxWidth : 320 , width : 'full ' , marginX : 'auto' } ) } />
128
128
< CollectionCardsExample loadingState = { cardViewState . loadingState } />
129
129
< MenuTrigger >
130
130
< ActionButton > Menu</ ActionButton >
You can’t perform that action at this time.
0 commit comments