Skip to content

Commit

Permalink
Fix(INJI-439): Resolved warning from text style of MosipVCItemDetails…
Browse files Browse the repository at this point in the history
… component (#948)

* Fix(INJI-439)- Resolved while changing the language, VC detailes alignment not in proper

Signed-off-by: anil_majji <[email protected]>

* Fix(INJI-439): Resolved warning from text style of MosipVCItemDetails component

Signed-off-by: anil_majji <[email protected]>

---------

Signed-off-by: anil_majji <[email protected]>
  • Loading branch information
Anil-kumar-Majji authored Oct 19, 2023
1 parent ad76243 commit 294ed12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/VC/MosipVCItem/MosipVCItemDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export const MosipVCItemDetails: React.FC<
<Text
testID="nationalCard"
weight="bold"
style={{MinWidth: 65}}
style={{minWidth: 65}}
size="smaller"
color={Theme.Colors.Details}>
{t('nationalCard')}
Expand Down

0 comments on commit 294ed12

Please sign in to comment.