mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-13 11:35:06 +01:00
make grid for passphrase display
This commit is contained in:
parent
061c944034
commit
0dd73eec54
@ -36,10 +36,10 @@ export function PassphaseDisplay(props: { mnemonic: string }) {
|
|||||||
<span className="text-sm">Copy</span>
|
<span className="text-sm">Copy</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div className="px-4 py-4 flex flex-wrap gap-x-2 gap-y-4">
|
<div className="px-4 py-4 grid grid-cols-4 gap-2">
|
||||||
{individualWords.map((word) => (
|
{individualWords.map((word) => (
|
||||||
<div
|
<div
|
||||||
className="px-4 rounded-md py-2 bg-authentication-wordBackground text-white font-medium"
|
className="px-4 rounded-md py-2 bg-authentication-wordBackground text-white font-medium text-center"
|
||||||
key={word}
|
key={word}
|
||||||
>
|
>
|
||||||
{word}
|
{word}
|
||||||
|
Loading…
Reference in New Issue
Block a user