mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2026-04-26 19:42:32 +08:00
[offers][feat] tweak offer details submission form (#488)
This commit is contained in:
@@ -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)}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user