cdslibrary 1.0.40 → 1.0.42

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.
@@ -106,8 +106,9 @@ const styles = StyleSheet.create({
106
106
  justifyContent: "center",
107
107
  paddingVertical: 12,
108
108
  paddingHorizontal: 24,
109
- borderRadius: 1,
109
+ borderRadius: 100,
110
110
  gap: 8,
111
+ flexShrink: 1,
111
112
  },
112
113
  });
113
114
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cdslibrary",
3
3
  "license": "0BSD",
4
- "version": "1.0.40",
4
+ "version": "1.0.42",
5
5
  "main": "index.js",
6
6
  "author": "Nat Viramontes",
7
7
  "description": "A library of components for the CDS project",