From 4c1b9323408f8b1a2f9af012109f66a06b02ec4f Mon Sep 17 00:00:00 2001 From: Kjell Reigstad Date: Mon, 11 Feb 2019 11:05:09 -0500 Subject: [PATCH] Assign default font and font size styles to the notice component. --- packages/components/src/notice/style.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/components/src/notice/style.scss b/packages/components/src/notice/style.scss index 8003d33384a3c6..93c7e1f31c182f 100644 --- a/packages/components/src/notice/style.scss +++ b/packages/components/src/notice/style.scss @@ -1,4 +1,6 @@ .components-notice { + font-family: $default-font; + font-size: $default-font-size; background-color: $blue-medium-100; border-left: 4px solid $blue-medium-500; margin: 5px 15px 2px;