@towsila/expo-ui-library 1.0.19 → 1.0.20

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@towsila/expo-ui-library",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",
@@ -117,7 +117,7 @@ export default function SharpDropdown({
117
117
  top: dropdownPos.y,
118
118
  left: dropdownPos.x,
119
119
  width: dropdownPos.width,
120
- backgroundColor: colors.background.card,
120
+ backgroundColor: bgColor || colors.background.main,
121
121
  borderRadius: 12,
122
122
  borderWidth: 1,
123
123
  borderColor: colors.semantic.border,