diff --git a/website/src/pages/styling.mdx b/website/src/pages/styling.mdx
index 6f052cd..753fc85 100644
--- a/website/src/pages/styling.mdx
+++ b/website/src/pages/styling.mdx
@@ -49,7 +49,7 @@ You can do the same when calling `toast()`.
toast('Hello World', {
classNames: {
toast: '!bg-blue-400',
- title: '!text-red-400',
+ title: '!text-red-400 !text-2xl',
description: '!text-red-400',
actionButton: '!bg-zinc-400',
cancelButton: '!bg-orange-400',