Procházet zdrojové kódy

Add margin between fields in `TransferExecutionOptions`

Signed-off-by: Mihaela Balutoiu <mbalutoiu@cloudbasesolutions.com>
Mihaela Balutoiu před 1 rokem
rodič
revize
b86f682fd1

+ 1 - 0
src/components/modules/TransferModule/TransferExecutionOptions/TransferExecutionOptions.tsx

@@ -51,6 +51,7 @@ const Buttons = styled.div<any>`
 const FieldInputStyled = styled(FieldInput)`
 const FieldInputStyled = styled(FieldInput)`
   width: 319px;
   width: 319px;
   justify-content: space-between;
   justify-content: space-between;
+  margin-bottom: 16px;
 `;
 `;
 type Props = {
 type Props = {
   options?: { [prop: string]: any } | null;
   options?: { [prop: string]: any } | null;