Skip to content

Commit

Permalink
fix(ui): corrected issues icon color (sct#3498)
Browse files Browse the repository at this point in the history
  • Loading branch information
OwsleyJr authored and Mike Kao committed Jan 3, 2024
1 parent 7f2916c commit 69216e9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/Layout/Sidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ const SidebarLinks: SidebarLinkProps[] = [
{
href: '/issues',
messagesKey: 'issues',
svgIcon: (
<ExclamationTriangleIcon className="mr-3 h-6 w-6 text-gray-300 transition duration-150 ease-in-out group-hover:text-gray-100 group-focus:text-gray-300" />
),
svgIcon: <ExclamationTriangleIcon className="mr-3 h-6 w-6" />,
activeRegExp: /^\/issues/,
requiredPermission: [
Permission.MANAGE_ISSUES,
Expand Down

0 comments on commit 69216e9

Please sign in to comment.