Skip to content

Commit

Permalink
fix: dark mode fixes
Browse files Browse the repository at this point in the history
Signed-off-by: MoulikaKulkarni <[email protected]>
  • Loading branch information
MoulikaKulkarni committed Sep 29, 2023
1 parent e7f5b21 commit dc94f1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/Issuance/CredDefSelection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const CredDefSelection = () => {
{ columnName: 'Name' },
{ columnName: 'Created on' },
{ columnName: 'Revocable?' },
{ columnName: '' }
{ columnName: ' ' }
]

//Fetch credential definitions against schemaId
Expand Down
5 changes: 1 addition & 4 deletions src/components/Verification/Verification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,7 @@ 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 mr-2 ml-auto dark:text-white dark:hover:text-black
dark:hover:bg-primary-50'
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' }}
>
<svg className='mr-1' xmlns="http://www.w3.org/2000/svg" width="22" height="12" fill="none" viewBox="0 0 30 20">
Expand Down

0 comments on commit dc94f1f

Please sign in to comment.