Skip to content

Commit bfa73b0

Browse files
committed
color change
1 parent 5358141 commit bfa73b0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@
2424
"adaptiveIcon": {
2525
"foregroundImage": "./assets/adaptive-icon.png",
2626
"backgroundColor": "#FFFFFF"
27-
}
27+
},
28+
"package": "com.tinycoder2.FroggyNews"
2829
},
2930
"web": {
3031
"favicon": "./assets/favicon.png"
3132
}
3233
}
33-
}
34+
}

components/SingleNews.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const styles = StyleSheet.create({
6969
width: windowWidth,
7070
position: "absolute",
7171
bottom: 0,
72-
backgroundColor: "#d7be69",
72+
backgroundColor: "#194d33",
7373
justifyContent: "center",
7474
paddingHorizontal: 20,
7575
},

0 commit comments

Comments
 (0)