import { StyleSheet } from 'react-native'; import { colors } from './proulr-theme'; import { CHROME_PILL_RADIUS } from './chrome-layout'; export const chromePillStyles = StyleSheet.create({ shell: { backgroundColor: colors.chromePillBackground, borderWidth: 1, borderColor: colors.chromePillBorder, borderRadius: CHROME_PILL_RADIUS, overflow: 'hidden', }, });