diff --git a/src/components/CardMenu/CardMenu.tsx b/src/components/CardMenu/CardMenu.tsx index 01bf70239..b44a6c582 100644 --- a/src/components/CardMenu/CardMenu.tsx +++ b/src/components/CardMenu/CardMenu.tsx @@ -8,7 +8,7 @@ import { Popper, Typography, } from "@material-ui/core"; -import { makeStyles, MoreIcon } from "@saleor/macaw-ui"; +import { makeStyles, SettingsIcon } from "@saleor/macaw-ui"; import classNames from "classnames"; import React, { useEffect, useRef, useState } from "react"; import { FormattedMessage } from "react-intl"; @@ -134,7 +134,7 @@ const CardMenu: React.FC = props => { variant={outlined ? "primary" : "secondary"} state={open ? "active" : "default"} > - + @@ -66648,15 +66655,22 @@ exports[`Storyshots Views / Customers / Address Book default 1`] = ` > @@ -66725,15 +66739,22 @@ exports[`Storyshots Views / Customers / Address Book default 1`] = ` > @@ -66860,15 +66881,22 @@ exports[`Storyshots Views / Customers / Address Book loading 1`] = ` > @@ -114065,15 +114093,22 @@ exports[`Storyshots Views / Orders / Order details cancelled 1`] = ` > @@ -115954,15 +115989,22 @@ exports[`Storyshots Views / Orders / Order details default 1`] = ` > @@ -118045,15 +118087,22 @@ exports[`Storyshots Views / Orders / Order details fulfilled 1`] = ` > @@ -120117,15 +120166,22 @@ exports[`Storyshots Views / Orders / Order details loading 1`] = ` > @@ -120770,15 +120826,22 @@ exports[`Storyshots Views / Orders / Order details no customer note 1`] = ` > @@ -122861,15 +122924,22 @@ exports[`Storyshots Views / Orders / Order details no payment 1`] = ` > @@ -124890,15 +124960,22 @@ exports[`Storyshots Views / Orders / Order details no shipping address 1`] = ` > @@ -126973,15 +127050,22 @@ exports[`Storyshots Views / Orders / Order details partially fulfilled 1`] = ` > @@ -129064,15 +129148,22 @@ exports[`Storyshots Views / Orders / Order details payment confirmed 1`] = ` > @@ -131155,15 +131246,22 @@ exports[`Storyshots Views / Orders / Order details payment error 1`] = ` > @@ -133246,15 +133344,22 @@ exports[`Storyshots Views / Orders / Order details pending payment 1`] = ` > @@ -135337,15 +135442,22 @@ exports[`Storyshots Views / Orders / Order details refunded payment 1`] = ` > @@ -137428,15 +137540,22 @@ exports[`Storyshots Views / Orders / Order details rejected payment 1`] = ` > @@ -139519,15 +139638,22 @@ exports[`Storyshots Views / Orders / Order details unfulfilled 1`] = ` > @@ -141597,15 +141723,22 @@ exports[`Storyshots Views / Orders / Order draft default 1`] = ` > @@ -142312,15 +142445,22 @@ exports[`Storyshots Views / Orders / Order draft loading 1`] = ` > @@ -142551,15 +142691,22 @@ exports[`Storyshots Views / Orders / Order draft no user permissions 1`] = ` > @@ -143247,15 +143394,22 @@ exports[`Storyshots Views / Orders / Order draft with errors 1`] = ` > @@ -143977,15 +144131,22 @@ exports[`Storyshots Views / Orders / Order draft without lines 1`] = ` > @@ -144315,15 +144476,22 @@ exports[`Storyshots Views / Orders / Order list default 1`] = ` > @@ -146004,15 +146172,22 @@ exports[`Storyshots Views / Orders / Order list limits reached 1`] = ` > @@ -147777,15 +147952,22 @@ exports[`Storyshots Views / Orders / Order list loading 1`] = ` > @@ -148222,15 +148404,22 @@ exports[`Storyshots Views / Orders / Order list no limits 1`] = ` > @@ -149906,15 +150095,22 @@ exports[`Storyshots Views / Orders / Order list when no data 1`] = ` > @@ -184695,15 +184891,22 @@ exports[`Storyshots Views / Products / Product edit form errors 1`] = ` > @@ -186749,15 +186952,22 @@ exports[`Storyshots Views / Products / Product edit limits reached 1`] = ` > @@ -188715,15 +188925,22 @@ exports[`Storyshots Views / Products / Product edit no limits 1`] = ` > @@ -190409,15 +190626,22 @@ exports[`Storyshots Views / Products / Product edit no product attributes 1`] = > @@ -197913,15 +198137,22 @@ exports[`Storyshots Views / Products / Product edit when data is fully loaded 1` > @@ -200714,15 +200945,22 @@ exports[`Storyshots Views / Products / Product edit when product has no images 1 > @@ -204526,15 +204764,22 @@ exports[`Storyshots Views / Products / Product edit with channels 1`] = ` > @@ -205864,15 +206109,22 @@ exports[`Storyshots Views / Products / Product list default 1`] = ` > @@ -208483,15 +208735,22 @@ exports[`Storyshots Views / Products / Product list limits reached 1`] = ` > @@ -211185,15 +211444,22 @@ exports[`Storyshots Views / Products / Product list loading 1`] = ` > @@ -211751,15 +212017,22 @@ exports[`Storyshots Views / Products / Product list no channels 1`] = ` > @@ -214370,15 +214643,22 @@ exports[`Storyshots Views / Products / Product list no data 1`] = ` > @@ -214780,15 +215060,22 @@ exports[`Storyshots Views / Products / Product list no limits 1`] = ` > @@ -217394,15 +217681,22 @@ exports[`Storyshots Views / Products / Product list with data 1`] = ` >