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')