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) {