Skip to content

Commit 6477476

Browse files
committed
Update styles
1 parent e4156af commit 6477476

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

native-banner/src/styles/promoBannerStyles.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { StyleSheet } from "react-native";
33
export default StyleSheet.create({
44
/* Container */
55
promotion: {
6-
overflow: "hidden",
6+
overflow: "auto",
77
maxWidth: 1440,
88
height: '100%',
99
width: '100%',
@@ -87,7 +87,7 @@ export default StyleSheet.create({
8787
},
8888

8989
h2: {
90-
fontSize: 60,
90+
fontSize: 34,
9191
fontWeight: "900",
9292
color: "#000",
9393
paddingVertical: 16,

0 commit comments

Comments
 (0)