fix(action-sheet): revert font family from comicsans (lol)

This commit is contained in:
Brandy Carney
2018-02-07 14:08:00 -05:00
parent 14f9d06a71
commit b96c1fa527

View File

@@ -4,7 +4,7 @@
// --------------------------------------------------
/// @prop - Font family of the action sheet
$action-sheet-md-font-family: ComicSans !default;
$action-sheet-md-font-family: $font-family-md-base !default;
/// @prop - Text align of the action sheet
$action-sheet-md-text-align: start !default;