fix(note): update note font size for MD (#16088)

This commit is contained in:
Brandy Carney
2018-10-25 14:38:14 -04:00
committed by GitHub
parent 672324886a
commit 6f2b9b0479
2 changed files with 5 additions and 0 deletions

View File

@ -6,4 +6,6 @@
:host { :host {
--color: #{$note-md-color}; --color: #{$note-md-color};
font-size: $note-md-font-size;
} }

View File

@ -5,3 +5,6 @@
/// @prop - Text color of the note /// @prop - Text color of the note
$note-md-color: $text-color-step-800 !default; $note-md-color: $text-color-step-800 !default;
/// @prop - Font size of the note
$note-md-font-size: 14px !default;