Skip to content

Commit fa65abb

Browse files
committed
refactor: change coolGray with blueGray
1 parent afd58dd commit fa65abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<link rel="apple-touch-icon" sizes="76x76" href="./apple-icon.png" />
3131
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY_HERE"></script>
3232
</head>
33-
<body class="text-coolGray-700 antialiased">
33+
<body class="text-blueGray-700 antialiased">
3434
<app-root></app-root>
3535
</body>
3636
</html>

0 commit comments

Comments
 (0)