From 10aa152bdaf6e81c95092274f59cc753434b238e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dafydd=20Ll=C5=B7r=20Pearson?= Date: Fri, 12 Apr 2024 14:26:51 +0100 Subject: [PATCH] fix: Tidy up styles --- editor.planx.uk/src/ui/shared/Input.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/editor.planx.uk/src/ui/shared/Input.tsx b/editor.planx.uk/src/ui/shared/Input.tsx index 69eb7d04cc..4d764401cb 100644 --- a/editor.planx.uk/src/ui/shared/Input.tsx +++ b/editor.planx.uk/src/ui/shared/Input.tsx @@ -65,7 +65,6 @@ const StyledInputBase = styled(InputBase, { backgroundColor: "#f0f0f0", borderColor: "#d3d3d3", fontFamily: `"Source Code Pro", monospace;`, - // height: "44px", "& input": { fontSize: theme.typography.body2.fontSize, },