diff --git a/site/src/components/FullPageLayout/Topbar.tsx b/site/src/components/FullPageLayout/Topbar.tsx index 8acff9bc6f4c5..4b8c334b7dea7 100644 --- a/site/src/components/FullPageLayout/Topbar.tsx +++ b/site/src/components/FullPageLayout/Topbar.tsx @@ -1,8 +1,8 @@ import { css } from "@emotion/css"; import { useTheme } from "@emotion/react"; -import Button, { type ButtonProps } from "@mui/material/Button"; import IconButton, { type IconButtonProps } from "@mui/material/IconButton"; import { Avatar, type AvatarProps } from "components/Avatar/Avatar"; +import { Button, type ButtonProps } from "components/Button/Button"; import { type FC, type ForwardedRef, @@ -54,19 +54,7 @@ export const TopbarIconButton = forwardRef( export const TopbarButton = forwardRef( (props: ButtonProps, ref) => { - return ( -