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 7, 2024
1 parent 25c7bc0 commit ebf4bf3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,11 @@
&__border {
border-top: 0.2rem solid #f2f3f4;
}
&__button {
border: none;
outline: none;
background-color: #ff0000;
width: fit-content;
padding: 0.8rem 1.6rem;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ const JurisdictionCardBack: FC<TJurisdictionCardBackProps> = ({ setIsFlipped, ve
const verificationContents = jurisdictionVerificationContents();
if (verificationDocs)
return (
<div
className='wallets-jurisdiction-card-back'
onClick={() => {
throw new Error('wallets-jurisdiction-card-back');
}}
>
<button>
<div className='wallets-jurisdiction-card-back'>
<button
className='wallets-jurisdiction-card-back__button'
onClick={() => {
throw new Error('wallets-jurisdiction-card-back');
}}
>
<LegacyArrowLeft2pxIcon
className='wallets-jurisdiction-card-back__icon'
iconSize='xs'
Expand Down

0 comments on commit ebf4bf3

Please sign in to comment.