Skip to content

Commit

Permalink
Update ui/pages/send/send-content/add-recipient/domain-input.componen…
Browse files Browse the repository at this point in the history
…t.js

Co-authored-by: George Marshall <[email protected]>
  • Loading branch information
darkwing and georgewrmarshall authored Jan 30, 2023
1 parent 582cabc commit 3458923
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export default class DomainInput extends Component {
iconName={
userInput ? ICON_NAMES.CLOSE : ICON_NAMES.SCAN_BARCODE
}
title={t(userInput ? 'close' : 'scanQrCode')}
ariaLabel={t(userInput ? 'close' : 'scanQrCode')}
color={userInput ? COLORS.ICON_DEFAULT : COLORS.PRIMARY_DEFAULT}
/>
</>
Expand Down

0 comments on commit 3458923

Please sign in to comment.