adjusting background color on audio

This commit is contained in:
balzack 2024-05-19 12:31:27 -07:00
parent ff8d0955d6
commit 53bfc32d4f

View File

@ -5,7 +5,7 @@ export const styles = StyleSheet.create({
container: {
position: 'relative',
borderRadius: 8,
backgroundColor: Colors.formBackground,
backgroundColor: Colors.lightgrey,
display: 'flex',
alignItems: 'center',
justifyContent: 'center',