Skip to content

Commit

Permalink
feat: select account btn
Browse files Browse the repository at this point in the history
  • Loading branch information
anukulpandey committed Sep 15, 2023
1 parent 909e660 commit 920ae7d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
8 changes: 8 additions & 0 deletions src/ui-kit/components/organisms/AccountSelector/Account.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,14 @@ const Account = ({

</div>

<div className="uik-account-selector__select_btn">
<Button
fill
text={"Select"}
size='large'
onClick={onSelect}
/>
</div>
<button
type="button"
className="uik-account-selector-account__qr-code"
Expand Down
8 changes: 7 additions & 1 deletion src/ui-kit/styles/account-selector.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
.uik-account-selector {
.uik-account-selector__select_btn {
border: none;
display: flex;
padding: 10px;
margin-left: auto;
margin-right: 40px;
}
.uik-account-selector__wrapper {
position: fixed;
top: 0;
Expand Down Expand Up @@ -261,7 +268,6 @@
box-shadow: var(--neomorph-in);
border-radius: 10px;
transition: all 0.125s;
margin-left: auto;
pointer-events: none;

.uik-qr-code {
Expand Down

0 comments on commit 920ae7d

Please sign in to comment.