Skip to content

Commit

Permalink
Fix virtual tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrine-ds committed Jan 30, 2025
1 parent 2704f7b commit 43d05be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/banking/src/components/CardListCells.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export const FullNameAndCardTypeCell = ({ card }: { card: Card }) => {
))
.with({ type: "VirtualAndPhysical" }, ({ physicalCard }) => (
<>
<Tag color="shakespear" icon="payment-regular">
<Tag color="mediumSladeBlue" icon="phone-regular">
{t("cards.format.virtual")}
</Tag>

Expand Down

0 comments on commit 43d05be

Please sign in to comment.