fix: colors
This commit is contained in:
parent
f25791eff8
commit
155cf61c0d
|
@ -22,11 +22,11 @@ const Welcome: NextPage = () => {
|
||||||
and will only be decrypted for a few moments to send nano
|
and will only be decrypted for a few moments to send nano
|
||||||
</aside>
|
</aside>
|
||||||
<div className="flex flex-col gap-3 justify-center w-full mb-6">
|
<div className="flex flex-col gap-3 justify-center w-full mb-6">
|
||||||
<button className="dark:bg-gray-900 bg-purple-50 dark:hover:bg-gray-800 py-2 px-5 rounded text-lg font-bold shadow-lg hover:shadow-md active:shadow transition-all duration-100 text-gray-900">
|
<button className="dark:bg-gray-900 bg-purple-50 dark:hover:bg-gray-800 py-2 px-5 rounded text-lg font-bold shadow-lg hover:shadow-md active:shadow transition-all duration-100 text-gray-900 dark:text-purple-50">
|
||||||
i have a passphrase/seed
|
i have a passphrase/seed
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
className="dark:bg-gray-900 bg-purple-50 dark:hover:bg-gray-800 py-2 px-5 rounded text-lg font-bold shadow-lg hover:shadow-md active:shadow transition-all duration-100 text-gray-900"
|
className="dark:bg-gray-900 bg-purple-50 dark:hover:bg-gray-800 py-2 px-5 rounded text-lg font-bold shadow-lg hover:shadow-md active:shadow transition-all duration-100 text-gray-900 dark:text-purple-50"
|
||||||
onClick={() => push('/welcome/new')}
|
onClick={() => push('/welcome/new')}
|
||||||
>
|
>
|
||||||
what's a passphrase?
|
what's a passphrase?
|
||||||
|
|
Reference in a new issue