diff --git a/.vscode/settings.json b/.vscode/settings.json index 1f8d332..b9bca4f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { "search.exclude": { - "**/node_modules": false + "**/node_modules/**": true }, "files.exclude": { "**/*.js.map": true, diff --git a/src/components/icons/ChainIcon.tsx b/src/components/icons/ChainIcon.tsx index 61c34c7..94bb4d5 100644 --- a/src/components/icons/ChainIcon.tsx +++ b/src/components/icons/ChainIcon.tsx @@ -28,7 +28,7 @@ const CHAIN_TO_ICON = { function _ChainIcon({ chainId, - size = 46, + size = 44, }: { chainId: number; size?: number; diff --git a/src/components/input/SelectField.tsx b/src/components/input/SelectField.tsx index 5e14779..14dda8e 100644 --- a/src/components/input/SelectField.tsx +++ b/src/components/input/SelectField.tsx @@ -19,7 +19,7 @@ export function SelectField(props: Props) { return (