Skip to content

Commit

Permalink
fix: toggle camera face button background
Browse files Browse the repository at this point in the history
  • Loading branch information
kristian-mkd committed Nov 14, 2024
1 parent cd25afe commit 809d3d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const ToggleCameraFaceButton = ({
<CallControlsButton
onPress={onPress}
color={backgroundColor || colors.buttonSecondary}
disabledColor={colors.sheetPrimary}
disabledColor={backgroundColor || colors.sheetSecondary}
disabled={optimisticIsMute}
style={toggleCameraFaceButton}
>
Expand Down

0 comments on commit 809d3d4

Please sign in to comment.