Skip to content

Commit

Permalink
cnflict
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertCarreras committed Nov 20, 2024
1 parent b45b411 commit e2cadb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/gestalt/src/IconButtonFloating.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@ const IconButtonFloatingWithForwardRef = forwardRef<HTMLButtonElement, Props>(
accessibilityExpanded={accessibilityExpanded}
accessibilityLabel={accessibilityLabel}
accessibilityPopupRole={accessibilityPopupRole}
bgColor={isInVRExperiment ? "elevation" : "transparent"}
bgColor={isInVRExperiment ? 'elevation' : 'transparent'}
dangerouslySetSvgPath={dangerouslySetSvgPath}
disabled={disabled}
icon={icon}
onClick={onClick}
selected={selected}
size={isInVRExperiment ? 56 : "xl"}
size={isInVRExperiment ? 56 : 'xl'}
tooltip={tooltip}
/>
</Box>
Expand Down

0 comments on commit e2cadb4

Please sign in to comment.