mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
fix(note): update note font size for MD (#16088)
This commit is contained in:
@ -6,4 +6,6 @@
|
|||||||
|
|
||||||
:host {
|
:host {
|
||||||
--color: #{$note-md-color};
|
--color: #{$note-md-color};
|
||||||
|
|
||||||
|
font-size: $note-md-font-size;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
|
Reference in New Issue
Block a user