small receipt styling

This commit is contained in:
keyan 2023-11-10 09:22:14 -06:00
parent 494b8b3dcd
commit 7cb3a7ad64
2 changed files with 1 additions and 3 deletions

View File

@ -93,8 +93,6 @@ export function DiscussionForm ({
const related = relatedData?.related?.items || []
// const cost = linkOrImg ? 10 : me?.freePosts ? 0 : 1
return (
<Form
initial={{

View File

@ -22,5 +22,5 @@
}
.receipt tfoot {
border-top: 2px solid var(--theme-borderColor);
border-top: 2px solid var(--theme-borderColor) !important;
}