Skip to content

Commit

Permalink
fix missing image styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ruddell committed Nov 10, 2021
1 parent 5add9af commit f9b6f0d
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,13 @@ const ApplicationStyles = {
marginTop: Metrics.baseMargin,
},
entityButtons: { marginBottom: 20 },
imageBlob: {
width: 200,
height: 100,
resizeMode: 'contain',
borderWidth: 1,
borderColor: 'lightgrey',
},
},
entityDeleteModal: {
centeredView: {
Expand Down

0 comments on commit f9b6f0d

Please sign in to comment.