From 2dd05a33ddafdc59c13e9f1f957d3aac12098ca2 Mon Sep 17 00:00:00 2001 From: Tsu-ba-me Date: Fri, 29 Jul 2022 18:49:41 -0400 Subject: [PATCH] fix(striker-ui): reduce padding on input endAdornment icon buttons --- striker-ui/components/OutlinedInputWithLabel.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/striker-ui/components/OutlinedInputWithLabel.tsx b/striker-ui/components/OutlinedInputWithLabel.tsx index 7b281955..7572b41e 100644 --- a/striker-ui/components/OutlinedInputWithLabel.tsx +++ b/striker-ui/components/OutlinedInputWithLabel.tsx @@ -116,6 +116,7 @@ const OutlinedInputWithLabel: FC = ({ [`& > .${muiIconButtonClasses.root}`]: { color: GREY, + padding: '.2em', }, [`& > :not(:first-child, .${muiIconButtonClasses.root})`]: {