From dcd7e68098d2c50131c118a8cf2c50de87317b7f Mon Sep 17 00:00:00 2001 From: WalkingPizza Date: Thu, 29 Sep 2022 14:28:05 +0200 Subject: [PATCH] Fix icon colors --- admin/src/components/ShopifyIcon/index.js | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/admin/src/components/ShopifyIcon/index.js b/admin/src/components/ShopifyIcon/index.js index 7dfb1f9..9950de0 100644 --- a/admin/src/components/ShopifyIcon/index.js +++ b/admin/src/components/ShopifyIcon/index.js @@ -1,24 +1,15 @@ -import React from "react"; -import { Flex } from "@strapi/design-system/Flex"; -import styled, { useTheme } from "styled-components"; +import React from 'react'; +import { Flex } from '@strapi/design-system/Flex'; +import styled, { useTheme } from 'styled-components'; const IconBox = styled(Flex)` - background-color: ${({ theme }) => theme.colors.primary100}; - border: 1px solid ${({ theme }) => theme.colors.primary200}; + background-color: #f0f0ff; + border: 1px solid #d9d8ff; `; const ShopifyIcon = () => { - const theme = useTheme(); - return ( - + { height="1rem" viewBox="0 0 109.5 124.5" xmlSpace="preserve" - fill={theme.colors.primary600} + fill="#4945ff" >