diff --git a/.changeset/forty-scissors-bathe.md b/.changeset/forty-scissors-bathe.md new file mode 100644 index 00000000000..939054c42de --- /dev/null +++ b/.changeset/forty-scissors-bathe.md @@ -0,0 +1,5 @@ +--- +"saleor-dashboard": patch +--- + +Order sidebar now uses buttons from new macaw diff --git a/src/orders/components/OrderCustomer/OrderCustomer.tsx b/src/orders/components/OrderCustomer/OrderCustomer.tsx index e24df91ef49..a5040cc571f 100644 --- a/src/orders/components/OrderCustomer/OrderCustomer.tsx +++ b/src/orders/components/OrderCustomer/OrderCustomer.tsx @@ -1,6 +1,5 @@ // @ts-strict-ignore import AddressFormatter from "@dashboard/components/AddressFormatter"; -import { Button } from "@dashboard/components/Button"; import { DashboardCard } from "@dashboard/components/Card"; import { Combobox } from "@dashboard/components/Combobox"; import ExternalLink from "@dashboard/components/ExternalLink"; @@ -20,7 +19,7 @@ import { buttonMessages } from "@dashboard/intl"; import { orderListUrlWithCustomer } from "@dashboard/orders/urls"; import { FetchMoreProps, RelayToFlat } from "@dashboard/types"; import createSingleAutocompleteSelectHandler from "@dashboard/utils/handlers/singleAutocompleteSelectChangeHandler"; -import { Skeleton, Text } from "@saleor/macaw-ui-next"; +import { Button, Skeleton, Text } from "@saleor/macaw-ui-next"; import React from "react"; import { FormattedMessage, useIntl } from "react-intl"; @@ -98,7 +97,7 @@ const OrderCustomer: React.FC = props => {