Skip to content

Commit

Permalink
refactor(address-autocomplete): [EMU-5932] update button classes
Browse files Browse the repository at this point in the history
  • Loading branch information
a-maffei committed Sep 6, 2023
1 parent f355568 commit 40cd8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/autocompleteAddress/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ const AutocompleteAddress = ({
<div className="p-p mt8">
{manualAddressEntryTexts?.preText || 'Or '}
<button
className={classNames(`p-a p-p fw-bold c-pointer bg-transparent`)}
className={'p-a p-p fw-bold c-pointer bg-transparent'}
onClick={handleEnterAddressManually}
type="button"
>
Expand Down

0 comments on commit 40cd8d7

Please sign in to comment.