mirror of
https://github.com/joinmarket-webui/jam.git
synced 2026-08-18 13:09:10 +02:00
chore(ui): fix height of mnemonic verification container
This commit is contained in:
parent
1ade350915
commit
eed2ca4373
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ export const CreateStepVerifyMnemonic = ({ mnemonicPhrase, onVerified, onBack }:
|
|||
</div>
|
||||
|
||||
<div
|
||||
className={cn('h-1 min-h-[150px] rounded-lg border-2 border-dashed p-2.5 transition-colors', {
|
||||
className={cn('rounded-lg border-2 border-dashed p-2.5 transition-colors', {
|
||||
'border-destructive/50': wrongButtonIndex !== undefined,
|
||||
'border-muted-foreground/20': wrongButtonIndex === undefined,
|
||||
'border-green-300/50 bg-green-600/5': allSelected && isCorrect,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue