From 996dfe310dbd1b324aeb98c5dc7accc67d8b494d Mon Sep 17 00:00:00 2001 From: cchaos Date: Wed, 25 Apr 2018 17:06:03 -0400 Subject: [PATCH] =?UTF-8?q?Reduced=20EuiToast=20title=20to=20=E2=80=9Cxs?= =?UTF-8?q?=E2=80=9D=20title=20size?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/toast/_toast.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }