aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/components/ErrorMessage.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/ErrorMessage.tsx b/src/components/ErrorMessage.tsx
index f807817..55e3759 100644
--- a/src/components/ErrorMessage.tsx
+++ b/src/components/ErrorMessage.tsx
@@ -9,9 +9,9 @@ interface ErrorMessageProps {
const styles = css`
color: ${colors.error};
- font-size: 20px;
+ font-size: 18px;
line-height: 15px;
- margin: 10px 0 0;
+ margin: 15px 0 0;
`;
export default function ErrorMessage(props: ErrorMessageProps): JSX.Element|null {