mirror of
https://github.com/wassname/talk.git
synced 2026-07-05 22:55:13 +08:00
Merge branch 'ui-components' of github.com:coralproject/talk into auth-views
This commit is contained in:
@@ -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=""
|
||||
/>
|
||||
`;
|
||||
|
||||
+1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user