Skip to content

Commit

Permalink
adds missing package
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-garrett committed Jan 17, 2025
1 parent b1e48e8 commit c42f76b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ export default function NetworkSelector(): React.ReactElement {
<SelectTrigger className="w-[140px] capitalize border-border hover:border-orange-soft rounded-md text-white transition text-base">
<SelectValue
placeholder={
<div className="flex items-center gap-1 text-base">
<div className="flex items-center gap-2 text-base">
<FlameIcon size={16} />
{selectedFlameNetwork}
</div>
}
>
<div className="flex items-center gap-1 text-base">
<div className="flex items-center gap-2 text-base">
<FlameIcon size={16} />
{selectedFlameNetwork}
</div>
Expand Down
4 changes: 1 addition & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,5 @@
"workspaces": [
"apps/*",
"packages/*"
],
"dependencies": {
"@radix-ui/react-select": "^2.1.4"
}
]
}
1 change: 1 addition & 0 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"@radix-ui/react-alert-dialog": "^1.1.4",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.6",
Expand Down

0 comments on commit c42f76b

Please sign in to comment.