No errors grocery page

This commit is contained in:
2021-10-31 15:25:42 +01:00
parent fb346632c5
commit 453e80f82d
26 changed files with 47 additions and 47 deletions

View File

@@ -1,4 +1,4 @@
import { View } from "react-native"
import { TouchableOpacity, View } from "react-native"
import React from 'react'
import styled, { css } from 'styled-components'
//deps
@@ -6,7 +6,7 @@ import { HiCheck } from 'react-icons/hi'
import LightenDarken from '../functions'
//standard button layout
export const Button = styled(View)`
export const Button = styled(TouchableOpacity)`
box-shadow: ${({ theme }) => theme.colors.shadow};
display: flex;
align-items: center;