diff --git a/CSETWebNg/src/app/layout/iod-layout/iod-layout.component.scss b/CSETWebNg/src/app/layout/iod-layout/iod-layout.component.scss index abbbbd936f..3fbd7d5261 100644 --- a/CSETWebNg/src/app/layout/iod-layout/iod-layout.component.scss +++ b/CSETWebNg/src/app/layout/iod-layout/iod-layout.component.scss @@ -4371,7 +4371,7 @@ h6.dropdown-header { } .star-favorite { - color: var(--cset-primary); + color: #ffc107; } .button-container { diff --git a/CSETWebNg/src/app/layout/layout-main/layout-main.component.scss b/CSETWebNg/src/app/layout/layout-main/layout-main.component.scss index 3777f1eff8..0df460a2fa 100644 --- a/CSETWebNg/src/app/layout/layout-main/layout-main.component.scss +++ b/CSETWebNg/src/app/layout/layout-main/layout-main.component.scss @@ -4420,7 +4420,7 @@ h6.dropdown-header { } .star-favorite { - color: var(--cset-primary); + color: #ffc107; } .dark-theme .btn-app-mode,