Skip to content

Commit

Permalink
fix(ConnectRequirementPlatformButton): text color
Browse files Browse the repository at this point in the history
  • Loading branch information
BrickheadJohnny committed Jul 22, 2024
1 parent b8b9508 commit 34d2ea1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const ConnectRequirementPlatformButton = ({
onClick={onConnect}
isLoading={isLoading}
loadingText={loadingText}
className={cn(PLATFORM_COLORS[platform], className)}
className={cn(PLATFORM_COLORS[platform], "text-white", className)}
{...props}
>
{!!IconComponent && <IconComponent />}
Expand Down

0 comments on commit 34d2ea1

Please sign in to comment.