Skip to content

Commit

Permalink
Updating to mdc v0.29.0, fixes issue with textfield color.
Browse files Browse the repository at this point in the history
  • Loading branch information
dscalzi committed Jan 23, 2018
1 parent d158203 commit 7d0a9e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>skyhook</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://unpkg.com/material-components-web@0.28.0/dist/material-components-web.min.css">
<link rel="stylesheet" href="https://unpkg.com/material-components-web@0.29.0/dist/material-components-web.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
Expand Down Expand Up @@ -74,7 +74,7 @@
</div>
</body>
</main>
<script src="https://unpkg.com/material-components-web@0.28.0/dist/material-components-web.min.js"></script>
<script src="https://unpkg.com/material-components-web@0.29.0/dist/material-components-web.min.js"></script>
<script src="./copyToClipboard.min.js"></script>
<script src="https://code.jquery.com/jquery-2.2.1.min.js"
integrity="sha256-gvQgAFzTH6trSrAWoH1iPo9Xc96QxSZ3feW6kem+O00="
Expand Down

0 comments on commit 7d0a9e4

Please sign in to comment.