From ee9e49ba1dbaa00c5485d4aa077270655fd8290a Mon Sep 17 00:00:00 2001 From: albertfolch-redeemeum <102516373+albertfolch-redeemeum@users.noreply.github.com> Date: Thu, 29 Jun 2023 15:13:11 +0200 Subject: [PATCH] style: last minute release tweaks (#733) --- src/components/seller/salesChannels/SalesChannels.tsx | 9 ++++----- .../custom-store/manage/ManageStoreFrontsPage.tsx | 11 ++++++++--- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/src/components/seller/salesChannels/SalesChannels.tsx b/src/components/seller/salesChannels/SalesChannels.tsx index a71ea0722..b648c6198 100644 --- a/src/components/seller/salesChannels/SalesChannels.tsx +++ b/src/components/seller/salesChannels/SalesChannels.tsx @@ -1,10 +1,10 @@ -import { Gear } from "phosphor-react"; import React from "react"; import { Link } from "react-router-dom"; import { BosonRoutes, SellerCenterRoutes } from "../../../lib/routing/routes"; import { useSellers } from "../../../lib/utils/hooks/useSellers"; import { Channels } from "../../modal/components/SalesChannelsModal/form"; +import Button from "../../ui/Button"; import GridContainer from "../../ui/GridContainer"; import { SalesChannelCard } from "./SalesChannelCard"; @@ -38,10 +38,9 @@ export const SalesChannels: React.FC = ({ sellerId }) => { {...(hasStoreFrontSaved && { secondCta: ( - + ) })} diff --git a/src/pages/custom-store/manage/ManageStoreFrontsPage.tsx b/src/pages/custom-store/manage/ManageStoreFrontsPage.tsx index d69dac946..f8bb837a3 100644 --- a/src/pages/custom-store/manage/ManageStoreFrontsPage.tsx +++ b/src/pages/custom-store/manage/ManageStoreFrontsPage.tsx @@ -108,6 +108,11 @@ const StoreFrontItem = styled.li` width: 100%; `; +const iconProps = { + weight: "regular", + size: 20 +} as const; + export const ManageStoreFrontsPage = () => { const { isConnected } = useAccount(); const { showModal } = useModal(); @@ -200,7 +205,7 @@ export const ManageStoreFrontsPage = () => { } }} > - + )} { }` }} > - + { showModal( "CONFIRMATION",