From fd863c8a4a33398dbbde0f694cc09b2991c1dd84 Mon Sep 17 00:00:00 2001 From: WispX Date: Mon, 13 Dec 2021 09:23:31 +0800 Subject: [PATCH] =?UTF-8?q?:lipstick:=20=E5=AE=8C=E5=96=84=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/app.css | 8 +++ resources/views/components/upload.blade.php | 58 ++++++++++++++++----- 2 files changed, 52 insertions(+), 14 deletions(-) diff --git a/public/css/app.css b/public/css/app.css index 57d4dd2f..dc521d57 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -1557,6 +1557,14 @@ select { --tw-text-opacity: 1; color: rgb(22 101 52 / var(--tw-text-opacity)); } +.text-red-800 { + --tw-text-opacity: 1; + color: rgb(153 27 27 / var(--tw-text-opacity)); +} +.text-red-500 { + --tw-text-opacity: 1; + color: rgb(239 68 68 / var(--tw-text-opacity)); +} .underline { text-decoration: underline; } diff --git a/resources/views/components/upload.blade.php b/resources/views/components/upload.blade.php index dac71d3c..3f1c95f5 100644 --- a/resources/views/components/upload.blade.php +++ b/resources/views/components/upload.blade.php @@ -70,6 +70,9 @@ @push('scripts')