Compare commits
No commits in common. "ee3235693895ab8e6ea417b1ea0e122bfcbefa61" and "6e1ae56a291a17e76e12d99a66584fa01feb51dd" have entirely different histories.
ee32356938
...
6e1ae56a29
|
@ -158,10 +158,10 @@ const SeedPhraseGenerationComponent = ({ phraseLength = 12 }) => {
|
||||||
<div
|
<div
|
||||||
key={`SeedPhrase_${index}`}
|
key={`SeedPhrase_${index}`}
|
||||||
className={`${TW_PREFIX} relative justify-center items-center gap-2 flex h-10 rounded border border-current ring-current text-neutral-700 w-[calc(33%-8px)]`}>
|
className={`${TW_PREFIX} relative justify-center items-center gap-2 flex h-10 rounded border border-current ring-current text-neutral-700 w-[calc(33%-8px)]`}>
|
||||||
<span className={`${TW_PREFIX} text-white text-md font-normal leading-normal w-full h-fit px-2 bg-transparent text-center`}>
|
<span className="${TW_PREFIX} text-white text-md font-normal leading-normal w-full h-fit px-2 bg-transparent text-center">
|
||||||
{phrase}
|
{phrase}
|
||||||
</span>
|
</span>
|
||||||
<span className={`${TW_PREFIX} left-[6px] top-0 absolute text-current text-xs font-normal leading-normal`}>
|
<span className="${TW_PREFIX} left-[6px] top-0 absolute text-current text-xs font-normal leading-normal">
|
||||||
{index + 1}
|
{index + 1}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue