diff --git a/packages/web/lib/toastHelpers.tsx b/packages/web/lib/toastHelpers.tsx
index ea76bb39b..e0cefe827 100644
--- a/packages/web/lib/toastHelpers.tsx
+++ b/packages/web/lib/toastHelpers.tsx
@@ -16,7 +16,7 @@ const toastStyles = {
}
const messageStyles = {
- fontSize: 16,
+ fontSize: 14,
fontWeight: 'bolder',
color: 'white',
flex: 1,
@@ -42,7 +42,7 @@ const showToast = (
{type === 'success' ? : }
{message}
- toast.dismiss(id)} />
+ toast.dismiss(id)} />
),