diff --git a/src/components/toast/_toast.scss b/src/components/toast/_toast.scss index 247b680f5e6d..e1f615c47879 100644 --- a/src/components/toast/_toast.scss +++ b/src/components/toast/_toast.scss @@ -89,7 +89,7 @@ $toastTypes: ( } .euiToastHeader__title { - @include euiTitle("s"); + @include euiTitle("xs"); font-weight: $euiFontWeightLight; }