diff --git a/client/src/components/ui/button.tsx b/client/src/components/ui/button.tsx index 89d0ace8..d2bbbc80 100644 --- a/client/src/components/ui/button.tsx +++ b/client/src/components/ui/button.tsx @@ -12,7 +12,7 @@ const buttonVariants = cva( variant: { default: "bg-primary text-big-stone-900 shadow hover:bg-sky-blue-200", secondary: - "bg-secondary text-accent-foreground shadow-sm hover:bg-big-stone-200", + "bg-secondary text-accent-foreground shadow-sm hover:bg-muted-foreground", destructive: "bg-destructive text-destructive-foreground shadow-sm hover:bg-rose-700 focus-visible:ring-destructive", outline: diff --git a/client/src/containers/overview/project-details/index.tsx b/client/src/containers/overview/project-details/index.tsx index 54e5400b..b59f3b2e 100644 --- a/client/src/containers/overview/project-details/index.tsx +++ b/client/src/containers/overview/project-details/index.tsx @@ -189,7 +189,7 @@ export default function ProjectDetails() {

Total project cost

-
+
Refers to the summary of Capital Expenditure and Operating Expenditure
@@ -252,7 +252,7 @@ export default function ProjectDetails() {

Total project cost

-
+
Refers to the summary of Capital Expenditure and Operating Expenditure
@@ -319,7 +319,7 @@ export default function ProjectDetails() { {renderAbatementCurrency(projectData.abatement)}
-
+

Estimation of total CO2 expected during the project.

@@ -364,7 +364,7 @@ export default function ProjectDetails() {
{/*
*/} - {/*
{/*
*/} - {/*
-
+
Refers to the summary of Capital Expenditure and Operating Expenditure
diff --git a/client/src/containers/projects/custom-project/left-over/index.tsx b/client/src/containers/projects/custom-project/left-over/index.tsx index 4cf858d4..f558278a 100644 --- a/client/src/containers/projects/custom-project/left-over/index.tsx +++ b/client/src/containers/projects/custom-project/left-over/index.tsx @@ -31,7 +31,7 @@ const LeftOver: FC = ({ total, leftover, opex }) => {

Leftover after OpEx

-
+
Refers to the difference between Total Revenue and Operating Expenditure.