mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-15 02:33:50 +08:00
[offers][fix] tweak submit offer job type selector (#487)
This commit is contained in:
@ -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',
|
||||
),
|
||||
|
Reference in New Issue
Block a user