We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f259793 commit 07190ceCopy full SHA for 07190ce
server/components/receipts/Receipt.tsx
@@ -125,8 +125,8 @@ const styles = StyleSheet.create({
125
},
126
embeddedImage: {
127
marginTop: 10,
128
- width: 200, // Original width is 300, x2/3 for better resolution
129
- height: 68, // Original height is 102, x2/3 for better resolution
+ width: 150, // Original width is 300, 1/2 for better resolution
+ height: 51, // Original height is 102, 1/2 for better resolution
130
131
textAlignRight: {
132
textAlign: 'right',
0 commit comments