File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ export const Header: React.FC = () => {
237237 href = "/candidates"
238238 className = { `inline-flex h-[30px] items-center rounded-full border px-3 transition-all duration-200 ${
239239 router . pathname . startsWith ( '/candidates' )
240- ? 'border -rose-300/45 bg -rose-500/14 !text-rose-100'
240+ ? 'bg -rose-500/14 border -rose-300/45 !text-rose-100'
241241 : 'border-rose-300/25 bg-rose-500/10 !text-rose-200/90 hover:border-rose-200/40 hover:!text-rose-100'
242242 } `}
243243 >
@@ -429,7 +429,7 @@ export const Header: React.FC = () => {
429429 href = "/candidates"
430430 className = { `rounded-full border px-4 py-2 uppercase ${
431431 router . pathname . startsWith ( '/candidates' )
432- ? 'border -rose-300/45 bg -rose-500/14 text-rose-100'
432+ ? 'bg -rose-500/14 border -rose-300/45 text-rose-100'
433433 : 'border-rose-300/25 bg-rose-500/10 text-rose-200/90'
434434 } `}
435435 >
You can’t perform that action at this time.
0 commit comments