diff --git a/components/calendar.js b/components/calendar.js
index cb10817..635a9a2 100644
--- a/components/calendar.js
+++ b/components/calendar.js
@@ -35,15 +35,11 @@ export default class CalendarView extends Component {
render() {
return (
-
-
-
-
-
+
)
}
}
diff --git a/styles/index.js b/styles/index.js
index c5605a1..89c1f63 100644
--- a/styles/index.js
+++ b/styles/index.js
@@ -5,10 +5,6 @@ export const secondaryColor = '#351c4d'
export const fontOnPrimaryColor = 'white'
export default StyleSheet.create({
- container: {
- justifyContent: 'center',
- alignItems: 'center'
- },
welcome: {
fontSize: 20,
margin: 30,