diff --git a/.changeset/cuddly-cars-jam.md b/.changeset/cuddly-cars-jam.md new file mode 100644 index 0000000000..e298d1cc8a --- /dev/null +++ b/.changeset/cuddly-cars-jam.md @@ -0,0 +1,5 @@ +--- +"@rocket.chat/fuselage": minor +--- + +feat(fuselage): change `SidebarItem` focus color 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));