Skip to content

Commit

Permalink
Tm 1653 update design minitored charts labels (#821)
Browse files Browse the repository at this point in the history
* [TM-1653] Design Clean-Up: Monitoring Indicator - Tree Cover Loss & Tree Cover Loss by Fire

* [TM-1653] update style in charts and labels

* [TM-1653] update style in labels
  • Loading branch information
dottyy authored Jan 22, 2025
1 parent f1a653a commit c1372f1
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/admin/components/ResourceTabs/InformationTab/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,10 @@ const InformationTab: FC<IProps> = props => {
props.type === "project-reports"
}
>
<div className="flex flex-col gap-4">
<div className="flex flex-col gap-10">
<ContextCondition frameworksHide={[Framework.PPC]}>
<div className="flex flex-col gap-4">
<div className="flex items-center gap-1 py-8">
<div className="flex flex-col gap-1">
<div className="flex items-center gap-1 py-1">
<Text variant="text-16-bold" className="capitalize">
Non-Trees Planted:
</Text>
Expand All @@ -170,8 +170,8 @@ const InformationTab: FC<IProps> = props => {
</ContextCondition>
<When condition={props.type === "projects" || props.type === "project-reports"}>
<ContextCondition frameworksShow={[Framework.PPC]}>
<div className="flex flex-col gap-4">
<div className="flex items-center gap-1 py-8">
<div className="flex flex-col gap-1">
<div className="flex items-center gap-1 py-1">
<Text variant="text-16-bold" className="capitalize">
Saplings Grown in Nurseries:
</Text>
Expand All @@ -191,8 +191,8 @@ const InformationTab: FC<IProps> = props => {
</ContextCondition>
</When>
<ContextCondition frameworksShow={[Framework.PPC]}>
<div className="flex flex-col gap-4">
<div className="flex items-center gap-1 py-8">
<div className="flex flex-col gap-1">
<div className="flex items-center gap-1 py-1">
<Text variant="text-16-bold" className="capitalize">
Seeds Planted:
</Text>
Expand All @@ -210,8 +210,8 @@ const InformationTab: FC<IProps> = props => {
/>
</div>
</ContextCondition>
<div className="flex flex-col gap-4">
<div className="flex items-center gap-1 py-8">
<div className="flex flex-col gap-1">
<div className="flex items-center gap-1 py-1">
<Text variant="text-16-bold" className="capitalize">
Trees Planted:
</Text>
Expand All @@ -230,8 +230,8 @@ const InformationTab: FC<IProps> = props => {
</div>
<When condition={props.type === "site-reports" || props.type === "project-reports"}>
<ContextCondition frameworksShow={[Framework.TF, Framework.ENTERPRISES]}>
<div className="flex flex-col gap-4">
<div className="flex items-center gap-1 py-8">
<div className="flex flex-col gap-1">
<div className="flex items-center gap-1 py-1">
<Text variant="text-16-bold" className="capitalize">
Replanting:
</Text>
Expand Down

0 comments on commit c1372f1

Please sign in to comment.