[offers][feat] tweak offer details submission form (#488)

This commit is contained in:
Yangshun Tay
2022-11-01 21:17:18 +08:00
committed by GitHub
parent 64bc8158c1
commit 21c9d9410a
3 changed files with 302 additions and 285 deletions

View File

@@ -8,7 +8,7 @@ export default function HorizontalDivider({ className }: Props) {
return (
<hr
aria-hidden={true}
className={clsx('my-2 h-0 border-t border-slate-100', className)}
className={clsx('my-2 h-0 border-t border-slate-200', className)}
/>
);
}