Skip to content

Commit

Permalink
Made few edit in the calendar screen
Browse files Browse the repository at this point in the history
  • Loading branch information
oneboyfromife committed Sep 21, 2023
1 parent 4041db1 commit 367c13c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/components/CalendarScreen/CalendarHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const CalendarHeader = () => {
color: "#710193",
fontSize: 20,
}}
font={"OpenSans_600SemiBold"}
>
Calendar
</TextOpen>
Expand Down
5 changes: 3 additions & 2 deletions src/components/CalendarScreen/EventDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const EventDetails = ({item}) => {
alignItems: "center",
paddingLeft: 20,
paddingTop: 15,
paddingBottom: 15
paddingBottom: 15,
}}
>
<View
Expand All @@ -37,6 +37,7 @@ const EventDetails = ({item}) => {
fontSize: 15,
color: "#710193",
}}
font={"OpenSans_600SemiBold"}
>
{item.title}
</TextOpen>
Expand All @@ -48,7 +49,7 @@ const EventDetails = ({item}) => {
<Image
style={{
marginRight: 10,
marginBottom: 5
marginBottom: 5,
}}
source={require("../../../assets/icons/event-location.png")}
/>
Expand Down

0 comments on commit 367c13c

Please sign in to comment.