changing the check icon in notes and alerts

This commit is contained in:
smokhtar1 2021-11-08 14:58:18 +01:00
parent 7ca066106e
commit 0f12ac76e8
1 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ blockquote {
$bg-color: change-color($marine-10, $alpha: 0.2),
$header-color: $marine-10,
$body-text-color: $marine-10,
$icon: "\f058"
$icon: "\f06a"
);
}
@ -72,7 +72,7 @@ blockquote {
$bg-color: change-color($red-60, $alpha: 0.3),
$header-color: $red-10,
$body-text-color: $red-10,
$icon: "\f057"
$icon: "\f06a"
);
}