mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
adjusting background color on audio
This commit is contained in:
parent
ff8d0955d6
commit
53bfc32d4f
@ -5,7 +5,7 @@ export const styles = StyleSheet.create({
|
|||||||
container: {
|
container: {
|
||||||
position: 'relative',
|
position: 'relative',
|
||||||
borderRadius: 8,
|
borderRadius: 8,
|
||||||
backgroundColor: Colors.formBackground,
|
backgroundColor: Colors.lightgrey,
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
|
Loading…
Reference in New Issue
Block a user