Skip to content

Commit

Permalink
Narrow Attest button
Browse files Browse the repository at this point in the history
  • Loading branch information
damianmarti committed Aug 3, 2023
1 parent de0fe6a commit 080f10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/components/attestation/Attest.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export const Attest = () => {
<div className="flex rounded-full border border-primary p-1 flex-shrink-0">
<div className="flex rounded-full border-2 border-primary p-1">
<button
className={`btn btn-primary rounded-full capitalize font-normal font-white w-40 flex items-center gap-1 hover:gap-2 transition-all tracking-widest ${
className={`btn btn-primary rounded-full capitalize font-normal font-white w-35 flex items-center gap-1 hover:gap-2 transition-all tracking-widest ${
isLoading ? "loading" : ""
}`}
disabled={isLoading || !newMember}
Expand Down

0 comments on commit 080f10a

Please sign in to comment.