44// --------------------------------------------------
55
66/// @prop - Color of the breadcrumb
7- $breadcrumb-ios-color : var (--ion-color-step-850 , var ( -- ion-text -color-step-150 , #2d4665 ) );
7+ $breadcrumb-ios-color : var (--ion-components- ion-breadcrumb -color );
88
99/// @prop - Color of the active breadcrumb
1010$breadcrumb-ios-color-active : var (--ion-text-color , #03060b );
1111
1212/// @prop - Background color of the focused breadcrumb
13- $breadcrumb-ios-background-focused : var (
14- --ion-color-step-50 ,
15- var (--ion-background-color-step-50 , rgba (233 , 237 , 243 , 0.7 ))
16- );
13+ $breadcrumb-ios-background-focused : var (--ion-components-ion-breadcrumb-bg-focused );
1714
1815/// @prop - Color of the breadcrumb icon
19- $breadcrumb-ios-icon-color : var (--ion-color-step-400 , var ( -- ion-text-color-step-600 , #92a0b3 ) );
16+ $breadcrumb-ios-icon-color : var (--ion-components- ion-breadcrumb-icon-color );
2017
2118/// @prop - Color of the breadcrumb icon when active
22- $breadcrumb-ios-icon-color-active : var (--ion-color-step-850 , var ( -- ion-text- color-step-150 , #242d39 ) );
19+ $breadcrumb-ios-icon-color-active : var (--ion-components- ion-breadcrumb-icon- color-active );
2320
2421/// @prop - Color of the breadcrumb icon when focused
25- $breadcrumb-ios-icon-color-focused : var (--ion-color-step-750 , var ( -- ion-text- color-step-250 , #445b78 ) );
22+ $breadcrumb-ios-icon-color-focused : var (--ion-components- ion-breadcrumb-icon- color-focused );
2623
2724/// @prop - Color of the breadcrumb separator
2825$breadcrumb-ios-separator-color : $breadcrumb-separator-color ;
@@ -31,7 +28,7 @@ $breadcrumb-ios-separator-color: $breadcrumb-separator-color;
3128$breadcrumb-ios-indicator-color : $breadcrumb-ios-separator-color ;
3229
3330/// @prop - Background color of the breadcrumb indicator
34- $breadcrumb-ios-indicator-background : var (--ion-color-step-100 , var ( -- ion-background-color-step-100 , #e9edf3 ) );
31+ $breadcrumb-ios-indicator-background : var (--ion-components- ion-breadcrumb-indicator-bg );
3532
3633/// @prop - Background color of the breadcrumb indicator when focused
37- $breadcrumb-ios-indicator-background-focused : var (--ion-color-step-150 , var ( -- ion-background-color-step-150 , #d9e0ea ) );
34+ $breadcrumb-ios-indicator-background-focused : var (--ion-components- ion-breadcrumb-indicator-bg-focused );
0 commit comments