Skip to content

Commit

Permalink
fix(LocationSuggestInput): Use IconGlobe (#1104)
Browse files Browse the repository at this point in the history
* fix(LocationSuggestInput): Use IconGlobe

* Bump min braid version

* Changeset

* Delete be/lib/tsconfig.tsbuildinfo

* Update .changeset/two-paws-double.md

Co-authored-by: Aaron Moat <[email protected]>

---------

Co-authored-by: Aaron Moat <[email protected]>
  • Loading branch information
tbolg and AaronMoat authored Apr 29, 2024
1 parent be73759 commit 04ce470
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changeset/two-paws-double.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'wingman-fe': major
---

Update map selection icon to be a globe
Bump minimum braid-design-system version to 32.17.0
4 changes: 2 additions & 2 deletions fe/lib/components/LocationSuggest/LocationSuggestInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
Column,
Columns,
Dialog,
IconLanguage,
IconGlobe,
IconLocation,
IconSearch,
Text,
Expand Down Expand Up @@ -207,7 +207,7 @@ const LocationSuggestInput = ({
</Column>
<Column width="content">
<Button
icon={<IconLanguage />}
icon={<IconGlobe />}
onClick={() => setShowMapDialog(true)}
tone={tone === 'critical' ? tone : undefined}
variant="soft"
Expand Down
2 changes: 1 addition & 1 deletion fe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"main": "lib/index.ts",
"name": "wingman-fe",
"peerDependencies": {
"braid-design-system": ">= 31.21",
"braid-design-system": ">= 32.17.0",
"graphql": ">= 15 < 17",
"react": ">= 17 < 19",
"scoobie": ">= 14"
Expand Down

0 comments on commit 04ce470

Please sign in to comment.