import theme from "mazlo-theme"; import StyleSheet from "../../services/StyleSheet"; export default StyleSheet.create({ container: { position: "relative", }, tooltip: { backgroundColor: theme.colors.dark, bottom: "110%", left: 0, borderRadius: theme.space[1], paddingHorizontal: theme.space[2], paddingVertical: 1, position: "absolute", }, });