diff --git a/src/commonComponents/CredentialDefinitionCard.tsx b/src/commonComponents/CredentialDefinitionCard.tsx index d99d9f22a..e20654453 100644 --- a/src/commonComponents/CredentialDefinitionCard.tsx +++ b/src/commonComponents/CredentialDefinitionCard.tsx @@ -16,11 +16,14 @@ const CredDeffCard = (props: { credDeffName: string, credentialDefinitionId: str type="submit" color='bg-primary-800' title='Initiate Credential Issuance' - className='transform transition duration-500 hover:scale-105 hover:bg-gray-50 dark:text-white bg-primary-700 bg-transparent ring-primary-700 ring-2 text-black font-medium rounded-lg text-sm px-4 lg:px-5 py-2 lg:py-2.5' + 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: '1.5rem', width: '100%', minWidth: '2rem' }} >
-   +  
diff --git a/src/commonComponents/DeletePopup.tsx b/src/commonComponents/DeletePopup.tsx index 5a1e28dc3..5a626310c 100644 --- a/src/commonComponents/DeletePopup.tsx +++ b/src/commonComponents/DeletePopup.tsx @@ -42,7 +42,7 @@ const DeleteModal = (props: { openModal: boolean; closeModal: (flag: boolean) =>

Are you sure you want to revoke{' '} - {props.deviceName} device? + {props.deviceName} device?

-

Attributes

+

Attributes

{schemaAttributesDetails.map((attr, index) => ( @@ -293,7 +296,7 @@ const IssueCred = () => {
) : (
- + There isn't any data available.
diff --git a/src/components/Resources/Schema/Create.tsx b/src/components/Resources/Schema/Create.tsx index 9283b109d..9be7de13e 100644 --- a/src/components/Resources/Schema/Create.tsx +++ b/src/components/Resources/Schema/Create.tsx @@ -191,8 +191,8 @@ const CreateSchema = () => { return ( <> -
- Attributes * +
+ Attributes *
{attribute.map((element: any, index: number) => ( @@ -496,11 +496,11 @@ const CreateSchema = () => { setCredDefAuto('') }} disabled={createloader} - 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' + className='dark:text-white 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' style={{ height: '2.6rem', width: '6rem', minWidth: '2rem' }} > - + diff --git a/src/components/Resources/Schema/ViewSchema.tsx b/src/components/Resources/Schema/ViewSchema.tsx index 3f6851d21..6d23faa25 100644 --- a/src/components/Resources/Schema/ViewSchema.tsx +++ b/src/components/Resources/Schema/ViewSchema.tsx @@ -153,7 +153,10 @@ const ViewSchemas = () => { onClick={() => { window.location.href = `${pathRoutes.back.schema.schemas}` }} - 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' + 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' }} > @@ -192,12 +195,15 @@ const ViewSchemas = () => { type="submit" color='bg-primary-800' title='View schema details on ledger' - className='dark:text-white bg-primary-700 bg-transparent ring-primary-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' + 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: '1.5rem', width: '13rem', minWidth: '2rem' }} > - - + + Check on ledger @@ -348,7 +354,7 @@ const ViewSchemas = () => { setCredDefAuto('') }} disabled={createloader} - 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' + 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.6rem', width: '6rem', minWidth: '2rem' }} > diff --git a/src/components/Verification/VerificationCredentialList.tsx b/src/components/Verification/VerificationCredentialList.tsx index 26dcf9d66..3049fc108 100644 --- a/src/components/Verification/VerificationCredentialList.tsx +++ b/src/components/Verification/VerificationCredentialList.tsx @@ -327,7 +327,7 @@ const VerificationCredentialList = () => {
) : (
- + There isn't any data available.
diff --git a/src/components/organization/SharedIllustrate.tsx b/src/components/organization/SharedIllustrate.tsx index a28c82f18..7af189d2b 100644 --- a/src/components/organization/SharedIllustrate.tsx +++ b/src/components/organization/SharedIllustrate.tsx @@ -46,4 +46,4 @@ const SharedIllustrate = () => { } -export default SharedIllustrate \ No newline at end of file +export default SharedIllustrate diff --git a/src/components/organization/WalletSpinup.tsx b/src/components/organization/WalletSpinup.tsx index 4f356ae04..8808ef589 100644 --- a/src/components/organization/WalletSpinup.tsx +++ b/src/components/organization/WalletSpinup.tsx @@ -507,7 +507,7 @@ const WalletSteps = (props: { steps: number; agentSpinupCall: boolean }) => { ) : ( - + )}

Wallet creation is in progress