diff --git a/src/components/layout/Card.tsx b/src/components/layout/Card.tsx index b5f55ec..6eddb92 100644 --- a/src/components/layout/Card.tsx +++ b/src/components/layout/Card.tsx @@ -6,7 +6,7 @@ interface Props { export function Card({ classes, children }: PropsWithChildren) { return ( -
+
{children}
); diff --git a/src/features/chains/ChainSelectField.tsx b/src/features/chains/ChainSelectField.tsx index e18d045..6187776 100644 --- a/src/features/chains/ChainSelectField.tsx +++ b/src/features/chains/ChainSelectField.tsx @@ -26,9 +26,9 @@ export function ChainSelectField({ name, label, onChange }: Props) { return (
-
-
- +
+
+