Skip to content

Commit

Permalink
test ios, android, native, and native.scss changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chad1008 committed Apr 10, 2023
1 parent c68df52 commit a8fc838
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* WordPress dependencies
*/
import { createSlotFill } from '@wordpress/components';
// test

const { Fill, Slot } = createSlotFill( '__unstableAutocompletionItemsSlot' );

Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/mobile/picker/index.android.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* External dependencies
*/
import { View } from 'react-native';

// test
/**
* WordPress dependencies
*/
Expand Down
1 change: 1 addition & 0 deletions packages/components/src/mobile/picker/index.ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* External dependencies
*/
import { ActionSheetIOS } from 'react-native';
// test

/**
* WordPress dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/mobile/picker/styles.native.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
height: $border-width;
background-color: $light-gray-400;
}

// test
.components-picker__separator--dark {
background-color: $gray-70;
}
Expand Down

0 comments on commit a8fc838

Please sign in to comment.