Skip to content

Commit

Permalink
lint: fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kristian-mkd committed Nov 2, 2024
1 parent 5e90d1e commit b057591
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ export const LivestreamScreenShareToggleButton = () => {
styles.container,
{
backgroundColor: hasPublishedScreenShare
? colors.iconAlertWarning
: colors.buttonSecondaryDefault,
? colors.iconAlertWarning
: colors.buttonSecondaryDefault,
height: buttonSizes.xs,
width: buttonSizes.xs,
},
Expand Down

0 comments on commit b057591

Please sign in to comment.