diff --git a/src/Events.js b/src/Events.js index e20deed..f52cf29 100644 --- a/src/Events.js +++ b/src/Events.js @@ -79,7 +79,10 @@ function Links({ event_id, ticket_url }) { function EventImage({ images }) { const { square = null } = images return ( - + ) } diff --git a/src/style.js b/src/style.js index eadca00..0c29969 100644 --- a/src/style.js +++ b/src/style.js @@ -9,6 +9,7 @@ export default { EventImage: { width: '168px', height: '168px', + 'box-shadow': '1px 1px 3px 0px rgba(0,0,0,0.75)', }, EventCard: { 'padding-left': '8px',