diff --git a/app/[locale]/(user)/sectors/SectorsListing.tsx b/app/[locale]/(user)/sectors/SectorsListing.tsx index c9833eb0..6d16339e 100644 --- a/app/[locale]/(user)/sectors/SectorsListing.tsx +++ b/app/[locale]/(user)/sectors/SectorsListing.tsx @@ -201,28 +201,38 @@ const SectorsListing = () => { -
-
+
+
{'Sectors
-
+
+ {' '} + {/* min-w-0 prevents text overflow */}
- + {sectors.name} - +
+ {' '} + {/* mt-auto pushes to bottom */} {sectors.datasetCount} diff --git a/styles/tokens/_variables.css b/styles/tokens/_variables.css index 5eb5c441..9680de84 100644 --- a/styles/tokens/_variables.css +++ b/styles/tokens/_variables.css @@ -85,7 +85,7 @@ --base-amber-solid-12: #4e2009; --base-pure-white: #ffffff; --base-pure-black: #000000; - --blue-primary-color: #1f5f8d; + --blue-primary-color: #0b3865; --orange-secondary-color: #fdb557; --blue-primary-text: #194C71; --orange-secondary-text: #b17f3d;