changed family header bg color
This commit was merged in pull request #582.
This commit is contained in:
@@ -61,7 +61,7 @@ export default function FamilyDash({ familyOffers, MyActiveJobList }) {
|
|||||||
{/* <CommonHead commonHeadData={props.commonHeadData} /> */}
|
{/* <CommonHead commonHeadData={props.commonHeadData} /> */}
|
||||||
|
|
||||||
{/* Header */}
|
{/* Header */}
|
||||||
<div className="text-white mb-4 p-2 w-full rounded-lg grid grid-cols-1 sm:grid-cols-2 bg-[#4688ba] place-content-center">
|
<div className="text-white mb-4 p-2 w-full rounded-lg grid grid-cols-1 sm:grid-cols-2 bg-sky-blue place-content-center">
|
||||||
<div className="w-full flex gap-4">
|
<div className="w-full flex gap-4">
|
||||||
<p className="text-lg font-normal">Welcome</p>
|
<p className="text-lg font-normal">Welcome</p>
|
||||||
<div className="self-center">
|
<div className="self-center">
|
||||||
|
|||||||
Reference in New Issue
Block a user