Remove extraneous shadow from detailed-status.scss
This commit is contained in:
parent
d0e7ccb8c8
commit
c2f5ac82b8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue