Skip to content

Commit

Permalink
test: test
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-deriv committed Jun 5, 2024
1 parent 1b65c94 commit 83a6246
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
}

&__button {
border: none;
outline: none;
// border: none;
// outline: none;
background-color: #ff0000;
width: fit-content;
padding: 0.8rem 1.6rem;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const JurisdictionCardBack: FC<TJurisdictionCardBackProps> = ({ setIsFlipped, ve
throw new Error('Verification back button clicked');
}}
>
<LegacyArrowLeft2pxIcon className='wallets-jurisdiction-card-back__icon' iconSize='xs' />
Test
</button>
<WalletText size='xs'>{verificationContents.shortDescription}</WalletText>
{verificationDocs.map((verificationDocument: TJurisdictionCardItemVerificationItem, i) => {
Expand Down

0 comments on commit 83a6246

Please sign in to comment.