From 4483b7980d465b8e53b3f4a0591f022823d84425 Mon Sep 17 00:00:00 2001 From: Kasper Fabricius Kristensen <45367945+kasperkristensen@users.noreply.github.com> Date: Wed, 29 May 2024 17:09:13 +0200 Subject: [PATCH] fix(dashboard): Fix the color of general fields (#7519) --- .../store-general-section.tsx | 41 ++++++++++--------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/packages/admin-next/dashboard/src/routes/store/store-detail/components/store-general-section/store-general-section.tsx b/packages/admin-next/dashboard/src/routes/store/store-detail/components/store-general-section/store-general-section.tsx index 449b0bca2c..312b35a4c8 100644 --- a/packages/admin-next/dashboard/src/routes/store/store-detail/components/store-general-section/store-general-section.tsx +++ b/packages/admin-next/dashboard/src/routes/store/store-detail/components/store-general-section/store-general-section.tsx @@ -2,8 +2,8 @@ import { PencilSquare } from "@medusajs/icons" import { Badge, Container, Heading, Text } from "@medusajs/ui" import { useTranslation } from "react-i18next" import { ActionMenu } from "../../../../../components/common/action-menu" -import { ExtendedStoreDTO } from "../../../../../types/api-responses" import { useRegion } from "../../../../../hooks/api/regions" +import { ExtendedStoreDTO } from "../../../../../types/api-responses" type StoreGeneralSectionProps = { store: ExtendedStoreDTO @@ -39,7 +39,7 @@ export const StoreGeneralSection = ({ store }: StoreGeneralSectionProps) => { ]} /> -