Skip to content

Commit

Permalink
fix(nx-dev): add colors to ms logo (#21790)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav authored Feb 13, 2024
1 parent 7d2cb37 commit ca90764
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions nx-dev/ui-home/src/lib/logo-cloud.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,25 @@ export function LogoCloud(): JSX.Element {
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
fill="currentColor"
className="h-12 w-12 text-[#5E5E5E] dark:text-slate-600"
className="h-12 w-12"
>
<title>Microsoft</title>
<path d="M0 0v11.408h11.408V0zm12.594 0v11.408H24V0zM0 12.594V24h11.408V12.594zm12.594 0V24H24V12.594z" />
<path
d="M0 0v11.408h11.408V0zm12.594"
className="text-[#F65314] dark:text-slate-600"
/>
<path
d="M12.594 0v11.408H24V0zM0"
className="text-[#7CBB00] dark:text-slate-600"
/>
<path
d="M0 12.594V24h11.408V12.594zm12.594"
className="text-[#00A1F1] dark:text-slate-600"
/>
<path
d="M12.594 12.594V24H24V12.594z"
className="text-[#FFBB00] dark:text-slate-600"
/>
</svg>
</div>
<div className="col-span-1 flex items-center justify-center">
Expand Down

0 comments on commit ca90764

Please sign in to comment.