From e3416a34086b6d17c2d69687d80be7f2a244cca3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de>
Date: Tue, 12 Feb 2019 21:12:08 +0100
Subject: [PATCH] Change type of input field to number

---
 src/app/components/home/new-landing/new-landing.component.html | 2 +-
 src/app/components/home/new-landing/new-landing.component.scss | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/app/components/home/new-landing/new-landing.component.html b/src/app/components/home/new-landing/new-landing.component.html
index 5647e64df..594cfea1d 100644
--- a/src/app/components/home/new-landing/new-landing.component.html
+++ b/src/app/components/home/new-landing/new-landing.component.html
@@ -1,7 +1,7 @@
 <div fxLayout="column" fxLayoutAlign="center center" fxlayoutgap="50px" fxFill>
   <form>
     <div fxLayout="row" fxLayoutAlign="center" fxLayoutGap="10px">
-      <mat-form-field class="input-block">
+      <mat-form-field class="number">
         <input matInput #roomId placeholder="Join Session!" maxlength="8" [matAutocomplete]="auto"/>
         <mat-hint align="end">{{roomId.value.length}} / 8</mat-hint>
         <mat-autocomplete #auto="matAutocomplete">
diff --git a/src/app/components/home/new-landing/new-landing.component.scss b/src/app/components/home/new-landing/new-landing.component.scss
index b1b6be223..a4d678cce 100644
--- a/src/app/components/home/new-landing/new-landing.component.scss
+++ b/src/app/components/home/new-landing/new-landing.component.scss
@@ -19,6 +19,6 @@ h3 {
   justify-content: center;
 }
 
-input {
+mat-form-field {
   font-size: x-large;
 }
-- 
GitLab