From a23008d4ea57be52a8cd85a639b8a8dc1e788564 Mon Sep 17 00:00:00 2001 From: Roland Osborne Date: Fri, 6 Oct 2023 18:06:20 -0700 Subject: [PATCH] styling call frame --- app/mobile/src/session/call/Call.styled.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/mobile/src/session/call/Call.styled.jsx b/app/mobile/src/session/call/Call.styled.jsx index 6c13ed27..3f2d9de5 100644 --- a/app/mobile/src/session/call/Call.styled.jsx +++ b/app/mobile/src/session/call/Call.styled.jsx @@ -11,7 +11,7 @@ export const styles = StyleSheet.create({ backgroundColor: 'rgba(52, 52, 52, 0.8)' }, callFrame: { - backgroundColor: Colors.formBackground, + backgroundColor: Colors.contentBase, padding: 8, borderRadius: 4, display: 'flex',