Skip to content

Commit

Permalink
fix(ui): corrected issues icon color (#3498)
Browse files Browse the repository at this point in the history
  • Loading branch information
OwsleyJr committed Jun 12, 2023
1 parent 24d94ef commit c1a47bd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/Layout/Sidebar/index.tsx
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 c1a47bd

Please sign in to comment.