Remove extraneous shadow from detailed-status.scss

This commit is contained in:
Alex Gleason 2023-04-05 14:45:07 -05:00
parent d0e7ccb8c8
commit c2f5ac82b8
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -1,5 +1,5 @@
.thread { .thread {
@apply bg-white dark:bg-primary-900 shadow-xl dark:shadow-none sm:rounded-xl; @apply bg-white dark:bg-primary-900 sm:rounded-xl;
&__status { &__status {
@apply relative pb-4; @apply relative pb-4;