Skip to content

Commit 07190ce

Browse files
committed
enhancement(Receipt): reduce image size
1 parent f259793 commit 07190ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/components/receipts/Receipt.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ const styles = StyleSheet.create({
125125
},
126126
embeddedImage: {
127127
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
128+
width: 150, // Original width is 300, 1/2 for better resolution
129+
height: 51, // Original height is 102, 1/2 for better resolution
130130
},
131131
textAlignRight: {
132132
textAlign: 'right',

0 commit comments

Comments
 (0)