import { StyleSheet } from "react-native";

export const Style = StyleSheet.create({
    row: {
        flexDirection: "row",
    },
    heading: {
        paddingStart: 8,
    },
    imageStyle: {
        height: 24,
        width: 24,
        marginHorizontal: 10,
    }
});