@lotics/ui 5.6.0 → 5.6.1
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
|
@@ -178,6 +178,9 @@ const styles = StyleSheet.create({
|
|
|
178
178
|
track: {
|
|
179
179
|
flexDirection: "row",
|
|
180
180
|
alignSelf: "flex-start",
|
|
181
|
+
// Match the 40px system control height so it aligns with inputs/buttons in a
|
|
182
|
+
// toolbar band; segments stretch (alignItems defaults to "stretch") to fill it.
|
|
183
|
+
height: 40,
|
|
181
184
|
gap: 2,
|
|
182
185
|
padding: 3,
|
|
183
186
|
borderRadius: 10,
|