Skip to content

Commit f805f0e

Browse files
committed
refactor: center align tabFooter buttons for improved layout consistency
1 parent f82ccc0 commit f805f0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/features/onboarding/components/steps

src/features/onboarding/components/steps/tabs.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
column-gap: 12px;
7878
align-items: center;
7979
margin-top: 32px;
80-
justify-content: flex-end;
80+
justify-content: center;
8181
}
8282
.tabFooter button {
8383
border: none;

0 commit comments

Comments
 (0)