From 05196d1b64d41bf114181c6a96426cf4a6d1e817 Mon Sep 17 00:00:00 2001 From: Calli Date: Sun, 16 Jul 2023 19:55:07 +0300 Subject: [PATCH] make table header typography smaller --- .../PlanetaryInteractionRow.tsx | 32 ++++++++++++++----- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/src/app/components/PlanetaryInteraction/PlanetaryInteractionRow.tsx b/src/app/components/PlanetaryInteraction/PlanetaryInteractionRow.tsx index f448181..99007e7 100644 --- a/src/app/components/PlanetaryInteraction/PlanetaryInteractionRow.tsx +++ b/src/app/components/PlanetaryInteraction/PlanetaryInteractionRow.tsx @@ -41,46 +41,62 @@ const PlanetaryIteractionTable = ({ character: AccessToken; planets: Planet[]; }) => { + const theme = useTheme(); + return ( - Planet + + + Planet + + - CC + CC - Extraction + + Extraction + - Production + + Production + - Imports + + Imports + - Exports + + Exports + - u/h + u/h - ISK/M + + ISK/M +