all repos — caroster @ 59b165d423ab3f7c9b0268161f5732d745719401

[Octree] Group carpool to your event https://caroster.io

:lipstick: change Overline variant for dashboard labels
Hadrien Froger hadrien@octree.ch
Tue, 08 Sep 2020 07:12:14 +0100
commit

59b165d423ab3f7c9b0268161f5732d745719401

parent

838707b4d96de3645d7b4623d838410f8787dc0e

1 files changed, 4 insertions(+), 2 deletions(-)

jump to
M app/src/containers/DashboardEvents/EventCard.jsapp/src/containers/DashboardEvents/EventCard.js

@@ -15,11 +15,13 @@ <CardContent>

<Typography gutterBottom variant="h6" component="h3"> {event.name} </Typography> - <Typography variant="body1">{t('event.fields.starts_on')}</Typography> + <Typography variant="outlined"> + {t('event.fields.starts_on')} + </Typography> <Typography variant="body2" gutterBottom> {event.date || t('event.fields.empty')} </Typography> - <Typography variant="body1">{t('event.fields.address')}</Typography> + <Typography variant="outlined">{t('event.fields.address')}</Typography> <Typography variant="body2" gutterBottom> {event.address || t('event.fields.empty')} </Typography>