Skip to content

Commit

Permalink
bug fix portal
Browse files Browse the repository at this point in the history
  • Loading branch information
tjikaljedy committed Jun 3, 2022
1 parent 9e403ee commit 7c8eda1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/screens/Acquire/Augmented/AcquireAR.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,12 @@ const AcquireAR: React.FC<AcquireARProps> = () => {
{screen: 'AcquireDevice'} as never,
);
}}>
<Icon name="camera" useIonicons color="white" size={24} />
<Icon
name="camera-switch"
useMaterialicons
color="white"
size={24}
/>
</PressableOpacity>
</Container>
</Container>
Expand Down

0 comments on commit 7c8eda1

Please sign in to comment.