Skip to content

Commit daf3474

Browse files
committed
chore: staking-btn minor improvements
1 parent daad58e commit daf3474

File tree

1 file changed

+1
-1
lines changed
  • packages/grant-explorer/src/features/round/ViewProjectDetails/components/StakingBannerAndModal

1 file changed

+1
-1
lines changed

packages/grant-explorer/src/features/round/ViewProjectDetails/components/StakingBannerAndModal/StakingButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const StakingButton = ({
1414
}) => {
1515
return (
1616
<Button
17-
className={`text-white max-h-[40px] font-mono whitespace-nowrap text-[14px]/[24px] ${isClaimPeriod ? "bg-[#5C35CC]" : "bg-[#22635A]"}`}
17+
className={`text-white text-sm font-medium px-4 py-2 leading-normal rounded-lg inline-flex justify-center items-center gap-2 font-mono ${isClaimPeriod ? "bg-[#5C35CC]" : "bg-[#22635A]"}`}
1818
onClick={onClick}
1919
>
2020
{isClaimPeriod

0 commit comments

Comments
 (0)