diff --git a/vds-app/App/components/Banner.js b/vds-app/App/components/Banner.js
index 742004c..e1bcdfe 100644
--- a/vds-app/App/components/Banner.js
+++ b/vds-app/App/components/Banner.js
@@ -9,7 +9,7 @@ const screen = Dimensions.get("window")
const styles = StyleSheet.create({
container: {
- backgroundColor: colors.yellow,
+ //backgroundColor: colors.yellow,
flex: 1,
alignItems: "center",
justifyContent: "center",
@@ -26,7 +26,7 @@ export const Banner = () => {
if(__DEV__) {
banner = DEV BANNER
} else {
- banner =
+ banner =
}
return (