styling groceries a little better
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user