mirror of
https://github.com/0xPARC/zkmessage.xyz.git
synced 2026-01-08 22:07:58 -05:00
styling
This commit is contained in:
@@ -226,9 +226,12 @@ function VerifyButton({ vKeys, message }) {
|
||||
return (
|
||||
<div>
|
||||
{text ? (
|
||||
text
|
||||
<div className="mt-2 text-sm">{text}</div>
|
||||
) : (
|
||||
<button className="btn btn-blue" onClick={() => handleClick()}>
|
||||
<button
|
||||
className="bg-gray-100 mt-2 py-1.5 pb-0.5 px-2 rounded-lg text-sm"
|
||||
onClick={() => handleClick()}
|
||||
>
|
||||
Verify
|
||||
</button>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user