Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
abishekTa-egov committed Nov 4, 2024
1 parent eb0583f commit 7704459
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,7 @@ import { Card } from '@egovernments/digit-ui-react-components';
import { Header } from '@egovernments/digit-ui-react-components';
import { useTranslation } from 'react-i18next';
const HeaderComp = ({ title,styles = {} }) => {
// Define default styles
const {t}=useTranslation();
// const defaultStyles = {
// marginTop: 0,
// fontSize: "3rem",
// color: "#0B4B66" !important

// };

// Merge default styles with the custom styles passed as a prop
const mergedStyles = { ...styles };

Expand Down

0 comments on commit 7704459

Please sign in to comment.