diff --git a/example/src/BarcodeScreenExample.tsx b/example/src/BarcodeScreenExample.tsx index 438bcef40..440b5c199 100644 --- a/example/src/BarcodeScreenExample.tsx +++ b/example/src/BarcodeScreenExample.tsx @@ -94,16 +94,17 @@ const BarcodeExample = ({ onBack }: { onBack: () => void }) => { {flashData.image && ( - + )} - + @@ -199,7 +200,17 @@ const styles = StyleSheet.create({ justifyContent: 'space-between', }, topButton: { - padding: 10, + backgroundColor: '#222', + width: 44, + height: 44, + borderRadius: 22, + justifyContent: 'center', + alignItems: 'center', + }, + topButtonImg: { + margin: 10, + width: 24, + height: 24, }, cameraContainer: {