aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ErrorMessage.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ErrorMessage.tsx')
-rw-r--r--src/components/ErrorMessage.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/ErrorMessage.tsx b/src/components/ErrorMessage.tsx
index 55e3759..1cf3cbc 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: 18px;
- line-height: 15px;
- margin: 15px 0 0;
+ font-size: 1.15rem;
+ line-height: 1.1rem;
+ margin: 1rem 0 0;
`;
export default function ErrorMessage(props: ErrorMessageProps): JSX.Element|null {