Add style answer card

This commit is contained in:
Sébastien GLATZ
2019-08-02 10:23:12 +02:00
parent 40725cef90
commit 142f673a17
+3 -1
View File
@@ -92,13 +92,15 @@ const styles = theme => ({
},
bottomCard: {
display: 'flex',
justifyContent: 'space-between',
width: '90%',
},
chip: {
color: theme.palette.secondary.main,
backgroundColor: theme.palette.primary.important,
},
icon: {
color: theme.palette.secondary.dark,
},
});