Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
test: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
korhaliv committed Aug 7, 2019
1 parent eb8aeba commit e2f8146
Showing 1 changed file with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ exports[`component.UI.LightningInvoiceInput should render correctly 1`] = `
flex-direction: column;
}
.c2 {
box-sizing: border-box;
margin-top: 4px;
font-size: 11px;
color: #959595;
line-height: 1.4;
}
.c1 {
padding: 16px;
color: #ffffff;
Expand Down Expand Up @@ -49,13 +57,19 @@ exports[`component.UI.LightningInvoiceInput should render correctly 1`] = `
onBlur={[Function]}
onChange={[Function]}
onFocus={[Function]}
placeholder="Paste a Lightning Payment Request or bitcoin Address here"
required={false}
rows={5}
spellCheck="false"
value=""
width={1}
/>
<div
className="c2"
color="gray"
fontSize="s"
>
Paste a Lightning Payment Request or bitcoin Address here
</div>
</div>
</form>
`;

0 comments on commit e2f8146

Please sign in to comment.