chore(ui): fix height of mnemonic verification container

This commit is contained in:
theborakompanioni 2026-04-27 10:55:07 +02:00
parent 1ade350915
commit eed2ca4373
No known key found for this signature in database
GPG key ID: E8070AF0053AAC0D

View file

@ -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,