From 6c307f8e35ae668732a8bec36d52d8f46d293ea4 Mon Sep 17 00:00:00 2001 From: gzhihao Date: Sun, 19 May 2019 07:38:32 -0400 Subject: [PATCH] Upgrade to Tailwind v1.0 - colors tweak --- resources/css/buttons.css | 2 +- resources/js/Pages/Auth/Login.vue | 2 +- resources/js/Shared/Layout.vue | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/css/buttons.css b/resources/css/buttons.css index 60a93b7..c0f75c9 100644 --- a/resources/css/buttons.css +++ b/resources/css/buttons.css @@ -1,5 +1,5 @@ .btn-indigo { - @apply px-6 py-3 rounded bg-indigo-600 text-white text-sm font-bold whitespace-no-wrap; + @apply px-6 py-3 rounded bg-indigo-700 text-white text-sm font-bold whitespace-no-wrap; &:hover, &:focus { @apply bg-orange-500 } } diff --git a/resources/js/Pages/Auth/Login.vue b/resources/js/Pages/Auth/Login.vue index 1c8bb1f..c89afa9 100644 --- a/resources/js/Pages/Auth/Login.vue +++ b/resources/js/Pages/Auth/Login.vue @@ -1,5 +1,5 @@