Thread: remove border-radius

This commit is contained in:
Alex Gleason
2023-05-31 20:04:34 -05:00
parent aca4322526
commit 8731bcee3e

View File

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