Smaller collection size

This commit is contained in:
Pushkar Anand 2021-06-13 17:07:26 +05:30
parent d60c517a6c
commit 6a58899f4a
2 changed files with 1 additions and 3 deletions

View file

@ -10,7 +10,6 @@ export enum SCROLL_DIRECTION {
const Wrapper = styled.button<{ direction: SCROLL_DIRECTION }>`
height: 40px;
width: 40px;
margin-top: 10px;
background-color: #191919;
border: none;
color: #eee;

View file

@ -30,7 +30,7 @@ interface CollectionProps {
const Container = styled.div`
margin: 10px auto;
overflow-y: hidden;
height: 50px;
height: 40px;
display: flex;
width: 100%;
position: relative;
@ -38,7 +38,6 @@ const Container = styled.div`
const Wrapper = styled.div`
height: 70px;
margin-top: 10px;
flex: 1;
white-space: nowrap;
overflow: auto;