[offers][fix] tweak submit offer job type selector (#487)

This commit is contained in:
Yangshun Tay
2022-11-01 11:11:10 +08:00
committed by GitHub
parent 1acb37939c
commit 64bc8158c1
4 changed files with 66 additions and 31 deletions

View File

@ -28,7 +28,7 @@ export default function Tabs<T>({ label, tabs, value, onChange }: Props<T>) {
children: tab.label,
className: clsx(
isSelected
? 'bg-indigo-100 text-indigo-700'
? 'bg-primary-100 text-primary-700'
: 'hover:bg-slate-100 text-slate-500 hover:text-slate-700',
'px-3 py-2 font-medium text-sm rounded-md',
),