File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
infrastructure/eid-wallet/src/lib/fragments/IdentityCard Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ $effect(() => {
55
55
<Button .Icon icon ={ViewIcon } iconColor ={" white" } strokeWidth ={2 } onclick ={viewBtn } />
56
56
</div >
57
57
{:else if variant === ' ePassport' }
58
- <p class =" bg-white text-black flex items-center rounded-4xl px-5 py-2 text-xs font-semibold " >HIGH SECURITY</p >
58
+ <p class =" bg-white text-black flex items-center leading-0 justify-center rounded-full h-7 px-5 text-xs font-medium " >HIGH SECURITY</p >
59
59
<Button .Icon icon ={ViewIcon } iconColor ={" white" } strokeWidth ={2 } onclick ={viewBtn } />
60
60
61
61
{:else if variant === ' eVault' }
@@ -64,9 +64,9 @@ $effect(() => {
64
64
</div >
65
65
<div >
66
66
{#if variant === " eName" }
67
- <p class =" text-gray font-light " >Your eName</p >
67
+ <p class =" text-gray font-normal " >Your eName</p >
68
68
<div class =" flex items-center justify-between w-full" >
69
- <p class ="text-white w-[60%] font-medium" >@{userId }</p >
69
+ <p class ="text-white w-full font-medium" >@{userId }</p >
70
70
</div >
71
71
{:else if variant === " ePassport" }
72
72
<div class =" flex gap-2 flex-col" >
You can’t perform that action at this time.
0 commit comments