We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0712e90 commit 3614df1Copy full SHA for 3614df1
1 file changed
app/views/CallView/components/CallButtons.tsx
@@ -56,7 +56,7 @@ export const CallButtons = () => {
56
style={[
57
styles.buttonsContainer,
58
isLandscape && styles.buttonsContainerLandscape,
59
- { borderTopColor: colors.strokeExtraLight },
+ { borderTopColor: colors.strokeExtraLight, borderLeftColor: colors.strokeExtraLight },
60
containerStyle
61
]}
62
pointerEvents={controlsVisible ? 'auto' : 'none'}
0 commit comments