Skip to content

Commit

Permalink
test: test
Browse files Browse the repository at this point in the history
  • Loading branch information
akhdrv committed Dec 19, 2023
1 parent 5a44a3b commit 49d2b20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/plasma-ui/src/components/Button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const StyledButtonRoot = styled(ButtonRoot).attrs(spatnavClassNameAttrs)<Interac
const ButtonBase = createButton<HTMLButtonElement, ButtonProps & ThemeProviderContextBase>(StyledButtonRoot);

export const Button = forwardRef<HTMLButtonElement, ButtonProps>((props, ref) => {
window.top;
const { deviceScale } = useThemeContext();

return <ButtonBase {...props} ref={ref} deviceScale={deviceScale} />;
Expand Down

0 comments on commit 49d2b20

Please sign in to comment.