|
@@ -240,7 +240,9 @@ export const useStyles = ({
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
if (spreadBehaviour === "stretch") {
|
|
if (spreadBehaviour === "stretch") {
|
|
|
|
|
+ styles.container.alignSelf = spreadBehaviour;
|
|
|
styles.container.justifyContent = "center";
|
|
styles.container.justifyContent = "center";
|
|
|
|
|
+ styles.container.flexShrink = 1;
|
|
|
styles.container.width = "100%";
|
|
styles.container.width = "100%";
|
|
|
}
|
|
}
|
|
|
|
|
|