diff --git a/app/configurator/components/chart-controls/control-tab.tsx b/app/configurator/components/chart-controls/control-tab.tsx index e86ef8bc9..e980438c9 100644 --- a/app/configurator/components/chart-controls/control-tab.tsx +++ b/app/configurator/components/chart-controls/control-tab.tsx @@ -199,7 +199,7 @@ export const ControlTabButton = ({ py: 3, fontWeight: "normal", - fontSize: ["0.875rem", "0.875rem", "0.875rem"], + fontSize: "0.875rem", transition: "background-color .2s", cursor: "pointer", ":hover": { @@ -281,7 +281,7 @@ export const ControlTabButtonInner = ({ )} ( - + {getRightPanelHint(state.state)} ); diff --git a/app/themes/federal.tsx b/app/themes/federal.tsx index 338f15c5c..d32722300 100644 --- a/app/themes/federal.tsx +++ b/app/themes/federal.tsx @@ -443,6 +443,8 @@ theme.components = { MuiOutlinedInput: { styleOverrides: { root: { + fontSize: theme.typography.body2.fontSize, + lineHeight: theme.typography.body2.lineHeight, borderRadius: (theme.shape.borderRadius as number) * 1.5, }, },