Skip to content

Commit aa1e70e

Browse files
kingjan1999katallaxie
authored andcommitted
Remove old material design code (PatrickJS#1510)
1 parent 0e88ade commit aa1e70e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/home/home.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="card-container">
1+
<div>
22
<h1 x-large class="sample-content">Your Content Here</h1>
33

44
<hr>
@@ -21,7 +21,7 @@ <h4>Local State</h4>
2121
placeholder="Submit Local State to App State"
2222
autofocus>
2323

24-
<button md-raised-button color="primary">Submit Value</button>
24+
<button>Submit Value</button>
2525
</form>
2626
<!--
2727
<input type="text" [value]="localState.value" (input)="localState.value = $event.target.value" autofocus>

0 commit comments

Comments
 (0)