Skip to content

Commit

Permalink
fix(nx-dev): align button sizes on hero (#21163)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav authored and isaacplmann committed Jan 18, 2024
1 parent 0ea4354 commit c1da784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nx-dev/ui-home/src/lib/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export function Hero(): JSX.Element {
>
<button
title="Create an Nx workspace"
className="group relative flex w-full items-center rounded-lg border border-slate-200 bg-white py-3 px-2 sm:px-6 text-sm sm:text-lg font-semibold leading-6 transition hover:bg-slate-100 focus:ring-2 focus:ring-offset-2 focus:ring-offset-white dark:border-slate-700 dark:bg-slate-800 dark:text-white dark:hover:bg-slate-700 sm:w-auto"
className="group relative flex w-full items-center rounded-lg border border-slate-200 bg-white py-2 px-2 sm:px-6 text-sm sm:text-lg font-semibold leading-6 transition hover:bg-slate-100 focus:ring-2 focus:ring-offset-2 focus:ring-offset-white dark:border-slate-700 dark:bg-slate-800 dark:text-white dark:hover:bg-slate-700 sm:w-auto"
>
<span className="absolute top-1 right-1 flex opacity-0 transition-opacity group-hover:opacity-100">
{copied ? (
Expand Down

0 comments on commit c1da784

Please sign in to comment.