From 93f0bc8ad99e2487a45c439812984eb23dcf2fc3 Mon Sep 17 00:00:00 2001 From: M10T Date: Mon, 10 Aug 2020 18:09:49 -0400 Subject: [PATCH] Minor styling changes --- app/Clubs.js | 2 +- app/LunchEvents.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Clubs.js b/app/Clubs.js index 7cdce18..4268b1e 100644 --- a/app/Clubs.js +++ b/app/Clubs.js @@ -26,7 +26,7 @@ const ClubElement = ({item}) => { const extra = visible?({'\n'}Location: {item.item.loc} {"\n\n"}Sponsor: {item.item.sponsor}):(<>); return( - setVisible(!visible)}> + setVisible(!visible)} activeOpacity={0.8}> {item.item.name} {extra} diff --git a/app/LunchEvents.js b/app/LunchEvents.js index f46d3c0..2d7234e 100644 --- a/app/LunchEvents.js +++ b/app/LunchEvents.js @@ -25,7 +25,7 @@ const LunchEvent = ({item}) => { const extra = visible?({'\n'}{item.item.text}{'\n\n'}Location: {item.item.loc}):(<>); return( - setVisible(!visible)}> + setVisible(!visible)} activeOpacity={0.8}> {item.item.title} {extra}