Skip to content

Commit

Permalink
chore: increase rewards info width to 15rem
Browse files Browse the repository at this point in the history
  • Loading branch information
nakedfool committed Sep 9, 2024
1 parent 1bd59de commit c5439de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const ContestRewardsInfo: FC<ContestRewardsInfoProps> = ({ rewardsModuleAddress,

return (
<div
className={`flex shrink-0 h-8 min-w-52 p-4 justify-center items-center bg-neutral-0 border ${borderColor} rounded-[10px] text-[16px] font-bold ${textColor} overflow-hidden`}
className={`flex shrink-0 h-8 min-w-60 p-4 justify-center items-center bg-neutral-0 border ${borderColor} rounded-[10px] text-[16px] font-bold ${textColor} overflow-hidden`}
>
<span className="truncate flex items-center">
<div className={`flex items-center ${animate ? "animate-reveal" : ""}`}>
Expand Down

0 comments on commit c5439de

Please sign in to comment.