Skip to content

Commit

Permalink
made event box width dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
nlok5923 committed Mar 9, 2021
1 parent 80271c7 commit 5cc1f65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Components/Programs/Timeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function Timeline() {
color:item.color,
borderColor:item.color,
flex:1,
left:50,
left:20,
borderRadius: 50,
zIndex:1,
}}
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Programs/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const Event = styled(Text,{
textAlign: 'center',
position:'relative',
backgroundColor:'#fff',
width:240
width:'21.8%',
});
export const Line = styled(View,{
borderBottomWidth:10,
Expand Down

0 comments on commit 5cc1f65

Please sign in to comment.