Skip to content

Commit

Permalink
chore: [IOBP-334] Add productPagoPA icon to pagoPA notice pay actio…
Browse files Browse the repository at this point in the history
…n in barcode scan screen (#5194)

⚠️ Depends on pagopa/io-app-design-system#128

## Short description
This PR adds the `productPagoPA` icon to pagoPA notice pay action in
barcode scan screen.

<img
src="https://github.com/pagopa/io-app/assets/6160324/0333ee83-2353-4cef-afce-400a49ef0bab"
width="200" />

## List of changes proposed in this pull request
-
[ts/features/barcode/screens/BarcodeScanScreen.tsx](master...IOBP-334-add-pagopa-icon-in-barcode-scan-bottom-sheet#diff-12570b34029e534a64b24f1cb81383d99557273c4b2f34ad4ced82685fa017f6):
added `productPagoPA` icon

## How to test
With the experimental design system enabled, navigate to the barcode
scan screen and check that the pagoPA manual input actions displays the
correct icon
  • Loading branch information
mastro993 authored Nov 7, 2023
1 parent 9e3fcc3 commit ffd5fdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ts/features/barcode/screens/BarcodeScanScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ const BarcodeScanScreen = () => {
value={I18n.t("barcodeScan.manual.notice")}
accessibilityLabel={I18n.t("barcodeScan.manual.notice")}
onPress={handlePagoPACodeInput}
icon="gallery"
icon="productPagoPA"
iconColor="blueItalia-500"
/>
<Divider />
<ListItemNav
Expand Down

0 comments on commit ffd5fdc

Please sign in to comment.