Skip to content

Commit

Permalink
Account icon wasn't matching the specifications. Fixed the same
Browse files Browse the repository at this point in the history
  • Loading branch information
sumeet-srknec committed Oct 4, 2024
1 parent 451bc06 commit 55a9885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/shared/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function Header() {
>
<button
type="button"
className="relative rounded-full bg-orange-900 p-1 text-brown-400 hover:text-white ring-8 ring-gray-800 ring-offset-0 ring-offset-gray-800 focus:outline-none focus:ring-4 focus:ring-white focus:ring-offset-4 focus:ring-offset-gray-800"
className="relative rounded-full bg-orange-700 p-1 text-brown-400 hover:text-white ring-8 ring-gray-800 ring-offset-0 ring-offset-gray-800 focus:outline-none focus:ring-4 focus:ring-white focus:ring-offset-4 focus:ring-offset-gray-800"
>
<span className="absolute -inset-1.5" />
<span className="sr-only">User name</span>
Expand Down

0 comments on commit 55a9885

Please sign in to comment.