Skip to content

Commit 3614df1

Browse files
committed
fix(a11y): set borderLeftColor for landscape CallButtons divider
1 parent 0712e90 commit 3614df1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/CallView/components/CallButtons.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export const CallButtons = () => {
5656
style={[
5757
styles.buttonsContainer,
5858
isLandscape && styles.buttonsContainerLandscape,
59-
{ borderTopColor: colors.strokeExtraLight },
59+
{ borderTopColor: colors.strokeExtraLight, borderLeftColor: colors.strokeExtraLight },
6060
containerStyle
6161
]}
6262
pointerEvents={controlsVisible ? 'auto' : 'none'}

0 commit comments

Comments
 (0)