diff --git a/packages/fuselage/src/components/Sidebar/Sidebar.styles.scss b/packages/fuselage/src/components/Sidebar/Sidebar.styles.scss index 7462f77d39..7dbe603680 100644 --- a/packages/fuselage/src/components/Sidebar/Sidebar.styles.scss +++ b/packages/fuselage/src/components/Sidebar/Sidebar.styles.scss @@ -35,7 +35,7 @@ $sidebar-color-stroke-default: theme( $sidebar-color-stroke-focus: theme( 'sidebar-color-stroke-focus', - colors.stroke(medium) + colors.stroke(highlight) ); $sidebar-item-color: theme('sidebar-item-color', colors.font(secondary-info));