From d9f29e9d62833628766e5a43b731484b7192dd11 Mon Sep 17 00:00:00 2001 From: Matt Fiddaman Date: Tue, 8 Apr 2025 18:03:58 -0400 Subject: [PATCH] fix icons --- src/components/metar/MatrixComponents.jsx | 43 +++++++++++++++++++++-- 1 file changed, 40 insertions(+), 3 deletions(-) diff --git a/src/components/metar/MatrixComponents.jsx b/src/components/metar/MatrixComponents.jsx index 207537c..06ba461 100644 --- a/src/components/metar/MatrixComponents.jsx +++ b/src/components/metar/MatrixComponents.jsx @@ -18,7 +18,6 @@ const baseStyles = { fontSize: '1.1em', }, icon: { - fontSize: '1.5em', textAlign: 'center', }, check: { @@ -55,11 +54,49 @@ export const ValueCell = ({ children }) => ( ); export const CheckIcon = () => ( - + + + + + + ); export const CrossIcon = () => ( - + + + + + + ); export const HeaderRow = ({ columns, labels, align }) => (