Skip to content

Commit

Permalink
chore: address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
amlannandy committed Dec 4, 2024
1 parent 9bf6fd4 commit 506adb4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,6 @@
display: flex;
justify-content: center;
margin: 48px 0;

> button {
display: flex;
align-items: center;
}
}

.stepsContainer {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ export default function Onboarding(): JSX.Element {
<div className="continue-to-next-step">
<Button
type="primary"
className="periscope-btn primary"
icon={<PackagePlus size={16} />}
onClick={handleNext}
>
Expand Down

0 comments on commit 506adb4

Please sign in to comment.