Skip to content

Commit

Permalink
feat: Update text size on "Add detour" button (#2769)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlarson authored Sep 5, 2024
1 parent 4bb2b45 commit c32c05b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions assets/css/_detour_list_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
margin-bottom: 2.25rem;
}
}

.c-detour-list-page__button-text {
font-size: 1.25rem;
}
2 changes: 1 addition & 1 deletion assets/src/components/detourListPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const DetourListPage = () => {
onClick={() => setShowDetourModal(true)}
>
<PlusSquare />
Add detour
<span className="c-detour-list-page__button-text">Add detour</span>
</Button>
)}
<DetoursTable data={fakeData} />
Expand Down

0 comments on commit c32c05b

Please sign in to comment.