diff --git a/components/styles.js b/components/styles.js
index a0724cc..dae6001 100644
--- a/components/styles.js
+++ b/components/styles.js
@@ -22,7 +22,6 @@ let style = {
display: 'table',
clear: 'both'
},
-
event: {
position: 'relative',
margin: '10px 0',
@@ -46,8 +45,8 @@ let style = {
},
materialIcons: {
display: 'block',
- width: 18,
- height: 18,
+ width: 32,
+ height: 32,
position: 'relative',
left: '50%',
top: '50%',
@@ -83,7 +82,8 @@ let style = {
},
actionButtons: {
float: 'right',
- textAlign: 'right'
+ textAlign: 'right',
+ marginTop: -20
},
card: {
boxShadow: 'rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px',
diff --git a/stories/App.story.js b/stories/App.story.js
index 3c508ba..bae1a57 100644
--- a/stories/App.story.js
+++ b/stories/App.story.js
@@ -72,6 +72,7 @@ storiesOf('Timeline', module)
createdAt="2016-09-12 10:06 PM"
icon={event}
iconColor="#757575"
+ buttons={play_circle_filled}
container="card">
A DIY workshop on using React with Redux to build a Instagram clone