Skip to content

Commit a361025

Browse files
author
Jordan Hunt
committed
Correct type comments
1 parent edbc807 commit a361025

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

styles/native/js/core/widgets/referenceselector.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const ReferenceSelector = {
5454
},
5555
/* New dropdown styles start */
5656
valueContainer: {
57-
// All ViewStyle properties & rippleColor are allowed
57+
// All ViewStyle properties & rippleColor & activeOpacity & underlayColor are allowed
5858
},
5959
valueContainerDisabled: {
6060
// All ViewStyle properties are allowed
@@ -69,7 +69,7 @@ export const ReferenceSelector = {
6969
backgroundColor: input.backgroundColor
7070
},
7171
itemContainer: {
72-
// All ViewStyle properties are allowed
72+
// All ViewStyle properties & rippleColor & activeOpacity & underlayColor are allowed
7373
maxWidth: 500,
7474
paddingVertical: 6,
7575
paddingHorizontal: 16,

styles/native/ts/core/widgets/referenceselector.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export const ReferenceSelector: DropDownType = {
5858
},
5959
/* New dropdown styles start */
6060
valueContainer: {
61-
// All ViewStyle properties & rippleColor are allowed
61+
// All ViewStyle properties & rippleColor & activeOpacity & underlayColor are allowed
6262
},
6363
valueContainerDisabled: {
6464
// All ViewStyle properties are allowed
@@ -73,7 +73,7 @@ export const ReferenceSelector: DropDownType = {
7373
backgroundColor: input.backgroundColor
7474
},
7575
itemContainer: {
76-
// All ViewStyle properties are allowed
76+
// All ViewStyle properties & rippleColor & activeOpacity & underlayColor are allowed
7777
maxWidth: 500,
7878
paddingVertical: 6,
7979
paddingHorizontal: 16,

0 commit comments

Comments
 (0)