diff --git a/src/components/Issuance/CredDefSelection.tsx b/src/components/Issuance/CredDefSelection.tsx index 53ebd58a1..5778e8b74 100644 --- a/src/components/Issuance/CredDefSelection.tsx +++ b/src/components/Issuance/CredDefSelection.tsx @@ -60,7 +60,8 @@ const CredDefSelection = () => { const header = [ { columnName: 'Name' }, { columnName: 'Created on' }, - { columnName: 'Revocable?' } + { columnName: 'Revocable?' }, + { columnName: ' ' } ] //Fetch credential definitions against schemaId diff --git a/src/components/Verification/Verification.tsx b/src/components/Verification/Verification.tsx index 213fbe8c2..84931d348 100644 --- a/src/components/Verification/Verification.tsx +++ b/src/components/Verification/Verification.tsx @@ -208,8 +208,8 @@ const VerificationCred = () => { onClick={() => { window.location.href = `${pathRoutes.back.verification.verification}` }} - className='bg-secondary-700 ring-primary-700 bg-white-700 hover:bg-secondary-700 ring-2 text-black font-medium rounded-lg text-sm px-4 lg:px-5 py-2 lg:py-2.5 m-2 ml-2 dark:text-white' - style={{ height: '2.5rem', width: '5rem', minWidth: '2rem' }} + className='bg-secondary-700 ring-primary-700 bg-white-700 hover:bg-secondary-700 ring-2 text-black font-medium rounded-lg text-sm px-4 lg:px-5 py-2 lg:py-2.5 mr-2 ml-auto dark:text-white dark:hover:text-black dark:hover:bg-primary-50' + style={{ height: '2.5rem', width: '5rem', minWidth: '2rem' }} > @@ -264,7 +264,7 @@ const VerificationCred = () => { } -
+
Attribute List