styling groceries a little better

This commit is contained in:
2021-10-28 18:19:54 +02:00
parent 55c6704d1b
commit fb346632c5
28 changed files with 155 additions and 233 deletions

View File

@@ -20,9 +20,6 @@ const WrapperDropdown = styled(View)`
const DropdownItem = styled(Text)`
color: ${({ theme }) => theme.colors.textW2};
font-size: 20px;
&:hover{
background-color: #0001;
}
`
const HorizontalSeperator = styled(View)`
width: 100%;