Skip to content

Commit

Permalink
Align back button with design styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenDufresne committed Sep 19, 2023
1 parent 3e75af4 commit 1b48f58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion settings/src/components/screen-navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const ScreenNavigation = ( { screen, children } ) => (
ariaLabel="Back to the account status page"
anchorText={
<>
<Icon icon={ chevronLeft } />
<Icon icon={ chevronLeft } width={ 14 } />
Back
</>
}
Expand Down
2 changes: 2 additions & 0 deletions settings/src/components/screen-navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
align-items: center;
position: absolute;
left: 24px;
font-weight: 600;
gap: 2px;
}

svg {
Expand Down

0 comments on commit 1b48f58

Please sign in to comment.