Skip to content

Commit

Permalink
chore: change back button variant to outline (#505)
Browse files Browse the repository at this point in the history
Fixes #499 

<img width="1470" alt="Screenshot 2024-08-16 at 4 42 36 PM"
src="https://github.com/user-attachments/assets/6c122021-329c-4e1c-8ac8-50e2dd92060b">
  • Loading branch information
im-adithya authored Aug 16, 2024
2 parents ef5d86b + d6cde45 commit 5c482ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default function TwoColumnFullScreenLayout() {
// show the back button on setup pages, except the setup finish page
<Button
type="button"
variant="secondary"
variant="outline"
onClick={() => {
navigate(-1);
}}
Expand Down

0 comments on commit 5c482ab

Please sign in to comment.