Skip to content

Fix: Connection Confirmation Modal Styles #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/common/buttons/Connect.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ const ButtonConnect = ({
/>
</div>
<div className="mt-6 mb-6 flex max-w-7xl flex-col items-center sm:px-12">
<span className="space-x-2 text-center text-xl font-bold tracking-tight text-gray-100 sm:text-3xl">
<span className="space-x-2 text-center text-xl font-bold tracking-tight sm:text-3xl">
Boom!
</span>
<span className="mt-2 space-x-2 text-center text-base font-light tracking-tight text-gray-300 sm:text-xl">
<span className="mt-2 space-x-2 text-center text-base font-light tracking-tight sm:text-xl">
Your request was sent to {connectTo.name}.
</span>
<span className="my-4 text-center">
Expand Down