From 665aff720ec38bae9e2d00f926e6c74e2e904b1e Mon Sep 17 00:00:00 2001 From: Allan Oliveira <98463818+jAllanOli@users.noreply.github.com> Date: Fri, 28 Apr 2023 16:17:16 -0300 Subject: [PATCH] fix: arrow colors on the breadcrumb component (#625) Co-authored-by: Iury Nogueira --- projects/ion/src/lib/breadcrumb/breadcrumb.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ion/src/lib/breadcrumb/breadcrumb.component.scss b/projects/ion/src/lib/breadcrumb/breadcrumb.component.scss index 6c76d4776..b52b5b922 100644 --- a/projects/ion/src/lib/breadcrumb/breadcrumb.component.scss +++ b/projects/ion/src/lib/breadcrumb/breadcrumb.component.scss @@ -20,7 +20,7 @@ ion-icon { ::ng-deep svg { - fill: $neutral-6; + fill: $neutral-5; } } }