update divider opacity to match figma design

This commit is contained in:
Jason Frerich
2022-07-06 13:45:16 -05:00
parent 58370c48cc
commit fe042bf53c

View File

@@ -20,7 +20,7 @@ const AnimatedFlatList = Animated.createAnimatedComponent(FlatList);
const getStyleFromTheme = makeStyleSheetFromTheme((theme) => {
return {
divider: {
backgroundColor: changeOpacity(theme.centerChannelColor, 0.2),
backgroundColor: changeOpacity(theme.centerChannelColor, 0.08),
height: 1,
marginVertical: 15,
marginHorizontal: 15,