@ecohouse/ui 0.1.51 → 0.1.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -35886,11 +35886,14 @@ var styles31 = StyleSheet.create({
|
|
|
35886
35886
|
borderColor: colors.grey700,
|
|
35887
35887
|
borderRadius: 16,
|
|
35888
35888
|
backgroundColor: colors.grey700,
|
|
35889
|
-
|
|
35890
|
-
|
|
35891
|
-
|
|
35892
|
-
|
|
35893
|
-
|
|
35889
|
+
...Platform.select({
|
|
35890
|
+
web: {
|
|
35891
|
+
boxShadow: `0 8px 18px ${colors.black}66`
|
|
35892
|
+
},
|
|
35893
|
+
default: {
|
|
35894
|
+
elevation: 12
|
|
35895
|
+
}
|
|
35896
|
+
})
|
|
35894
35897
|
},
|
|
35895
35898
|
list: {
|
|
35896
35899
|
maxHeight: MENU_MAX_HEIGHT
|