Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeesun Kim authored and Jeesun Kim committed Mar 6, 2024
1 parent 9a8ecc2 commit 080eaf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/app/(sidebar)/account/create/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function CreateAccount() {
return (
<div className="Account">
<Card>
<div className="Account__Card">
<div className="Account__card">
<div className="CardText">
<Text size="lg" as="h1" weight="medium">
Keypair Generator
Expand All @@ -24,7 +24,6 @@ export default function CreateAccount() {
<Button size="md" variant="tertiary">
Generate keypair
</Button>
<div>hai</div>
</div>
</div>
</Card>
Expand Down
2 changes: 1 addition & 1 deletion src/app/(sidebar)/account/styles.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@use "../../../styles/utils.scss" as *;

.Account {
&__Card {
&__card {
display: flex;
flex-direction: column;
gap: pxToRem(24px);
Expand Down

0 comments on commit 080eaf4

Please sign in to comment.