Fix Bug with Card being always white

This commit is contained in:
Mo Tarbin 2024-11-23 20:04:58 -05:00
parent 493edd5c82
commit 5e590bfe9f

View file

@ -70,7 +70,6 @@ const ThingCard = ({
// flexDirection: 'row', // Change to 'row' // flexDirection: 'row', // Change to 'row'
justifyContent: 'space-between', justifyContent: 'space-between',
p: 2, p: 2,
backgroundColor: 'white',
boxShadow: 'sm', boxShadow: 'sm',
borderRadius: 8, borderRadius: 8,
mb: 1, mb: 1,