Merge branch 'ui-components' of github.com:coralproject/talk into auth-views

This commit is contained in:
Belen Curcio
2018-08-08 13:15:38 -03:00
3 changed files with 5 additions and 3 deletions
@@ -1,9 +1,9 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`renders correctly 1`] = `
<p
className="Typography-root Typography-bodyCopy Typography-colorTextPrimary InputLabel-root custom"
<label
className="Typography-root Typography-inputLabel Typography-colorTextPrimary InputLabel-root custom"
>
Hello
</p>
</label>
`;
@@ -4,5 +4,6 @@ exports[`renders correctly 1`] = `
<input
className="TextField-root TextField-colorRegular custom"
defaultValue="Hello World"
placeholder=""
/>
`;
@@ -3,6 +3,7 @@
exports[`renders correctly 1`] = `
<div
className="ValidationMessage-root ValidationMessage-colorError custom"
color="error"
>
<span
className="Icon-root ValidationMessage-icon Icon-sm"