Skip to content

Commit 38d5cf8

Browse files
committed
compress Apply button too
1 parent b48a4a5 commit 38d5cf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plugins/controls/public/react_controls/control_group/components/control_group.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export function ControlGroup({
9696
const ApplyButtonComponent = useMemo(() => {
9797
return (
9898
<EuiButtonIcon
99-
size="m"
99+
size="s"
100100
disabled={!hasUnappliedSelections}
101101
iconSize="m"
102102
display="fill"

0 commit comments

Comments
 (0)