Skip to content

Commit 09e2efa

Browse files
committed
Fixed background color
1 parent ad8fc4b commit 09e2efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tailwindcss-stubs/resources/views/layouts/app.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<!-- Styles -->
1313
<link href="{{ mix('css/app.css') }}" rel="stylesheet">
1414
</head>
15-
<body class="bg-teal-lightest h-screen antialiased">
15+
<body class="bg-grey-lightest h-screen antialiased">
1616
<div id="app">
1717
<nav class="bg-blue-darkest shadow mb-8 py-6">
1818
<div class="container mx-auto px-6 md:px-0">

0 commit comments

Comments
 (0)