Touch up last theme color

This commit is contained in:
Lei Nelissen
2020-07-10 15:37:04 +02:00
parent f9b589cbe2
commit 46ee047c3c

View File

@@ -33,7 +33,7 @@ const TrackContainer = styled.View<{isPlaying: boolean}>`
flex-direction: row;
${props => props.isPlaying && css`
background-color: ${THEME_COLOR};
background-color: ${THEME_COLOR}16;
margin: 0 -20px;
padding: 15px 35px;
`}