From d4eb4d5d2f0361ef861d71fefaafb03faec3a5cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20Bie=C5=84?= Date: Sun, 1 Nov 2020 10:25:39 +0100 Subject: [PATCH] refactor(counter): remove 'xl' pixel size mapping --- src/Counter/Counter.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Counter/Counter.js b/src/Counter/Counter.js index cb7f0e6c..8522697d 100644 --- a/src/Counter/Counter.js +++ b/src/Counter/Counter.js @@ -14,8 +14,7 @@ const CounterWrapper = styled.div` const pixelSizes = { sm: 1, md: 2, - lg: 3, - xl: 4 + lg: 3 }; const Counter = React.forwardRef(function Counter(props, ref) {