diff --git a/components/input.tsx b/components/input.tsx
index b51e50b..b858775 100644
--- a/components/input.tsx
+++ b/components/input.tsx
@@ -17,7 +17,7 @@ export default function Input(props: InputProps) {
} = props
const defaultClasses =
- 'appearance-none bg-gray-50 text-gray-500 border rounded py-2 px-3 mb-3 leading-tight disabled:bg-gray-200 disabled:cursor-not-allowed focus: outline-none focus:bg-white w-full'
+ 'appearance-none bg-gray-50 text-gray-500 border rounded-sm py-2 px-3 mb-3 leading-tight disabled:bg-gray-200 disabled:cursor-not-allowed focus: outline-hidden focus:bg-white w-full'
const classes = `${defaultClasses} ${className}`
return (
diff --git a/components/select.tsx b/components/select.tsx
index 517520a..a03b8fc 100644
--- a/components/select.tsx
+++ b/components/select.tsx
@@ -21,7 +21,7 @@ export default function Select({