Skip to content

Commit da66b6b

Browse files
committed
change css of secret access key input for bedrock
1 parent 25dfb41 commit da66b6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/molecules/modals/GenerateFlowTestModal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ const GenerateFlowTestModal = ({ closeFn = () => null, open = false, collectionI
422422
)}
423423
<div className='flex items-center justify-center w-full h-12 mt-6 text-sm border rounded border-cyan-900 bg-background-light text-cyan-900 hover:bg-background'>
424424
<label
425-
className='flex items-center w-32 h-full px-4 bg-transparent border-r border-cyan-900'
425+
className='flex items-center h-full px-4 bg-transparent border-r w-fit border-cyan-900'
426426
htmlFor='bedrockSecretAccessKey'
427427
>
428428
SECRET_ACCESSKEY

0 commit comments

Comments
 (0)