From b7e6e1700bf59d79796b763f8466a93656afe5aa Mon Sep 17 00:00:00 2001 From: Phil Owen <19691521+PhillipsOwen@users.noreply.github.com> Date: Wed, 28 Aug 2024 13:39:05 -0400 Subject: [PATCH] lowering the font size --- src/components/trays/model-selection/synopticTab.js | 8 ++++---- src/components/trays/model-selection/tropicalTab.js | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/trays/model-selection/synopticTab.js b/src/components/trays/model-selection/synopticTab.js index 8b0472cd..2ec30caf 100644 --- a/src/components/trays/model-selection/synopticTab.js +++ b/src/components/trays/model-selection/synopticTab.js @@ -254,7 +254,7 @@ export const SynopticTabForm = () => { slotProps={{ textField: { size: 'small', helperText: errorMessage}, field: { clearable: true }, - actionBar: { actions: ['clear'] }, + actionBar: { actions: ['clear'] }, fontSize: 10 }} onChange={(newValue) => { setChangedSynopticDate(newValue); @@ -262,19 +262,19 @@ export const SynopticTabForm = () => { - { setSynopticCycle(newValue); }}> - { setSynopticGrid(newValue); }}> - { setSynopticInstance(newValue); }}> diff --git a/src/components/trays/model-selection/tropicalTab.js b/src/components/trays/model-selection/tropicalTab.js index 4fd7addf..49b2b095 100644 --- a/src/components/trays/model-selection/tropicalTab.js +++ b/src/components/trays/model-selection/tropicalTab.js @@ -150,19 +150,19 @@ export const TropicalTabForm = () => {
- { setTropicalStorm(newValue); }}> - { setTropicalAdvisory(newValue); }}> - { setTropicalGrid(newValue); }}> - { setTropicalInstance(newValue); }}>