Thread: remove border-radius

This commit is contained in:
Alex Gleason 2023-05-31 20:04:34 -05:00
parent aca4322526
commit 8731bcee3e
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

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;