update compassIcon to match figma design

This commit is contained in:
Jason Frerich
2022-07-06 13:42:52 -05:00
parent 20f262af8d
commit 58370c48cc

View File

@@ -66,7 +66,7 @@ const RecentItem = ({item, setRecentValue}: Props) => {
<CompassIcon
name='clock-outline'
size={24}
color={changeOpacity(theme.centerChannelColor, 0.6)}
color={changeOpacity(theme.centerChannelColor, 0.56)}
/>
<Text style={style.term}>{item.term}</Text>
<TouchableOpacity