From 9fe6832250ab842f6e6e9ca1c96feb482b658299 Mon Sep 17 00:00:00 2001 From: Jang Haemin Date: Thu, 14 May 2020 16:47:43 +0900 Subject: [PATCH] Deprecate customizable width and height attributes --- src/components/global/icons/Magnifier.tsx | 1 + src/components/ui/LineInput/index.tsx | 6 +----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/components/global/icons/Magnifier.tsx b/src/components/global/icons/Magnifier.tsx index 2999a74d..f3b50668 100644 --- a/src/components/global/icons/Magnifier.tsx +++ b/src/components/global/icons/Magnifier.tsx @@ -6,6 +6,7 @@ export const Magnifier: FillableIcon = ({ fill, size = 128, className }) => { <> { return (
- +
) })