From 5f8fc8cad850933b756688892d5c51a26180c6ff Mon Sep 17 00:00:00 2001
From: nitin <142569587+ehconitin@users.noreply.github.com>
Date: Wed, 12 Feb 2025 01:03:19 +0530
Subject: [PATCH] minor env tab description font color fix (#10139)
Before:
After:
---
.../admin-panel/components/SettingsAdminEnvVariables.tsx | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/packages/twenty-front/src/modules/settings/admin-panel/components/SettingsAdminEnvVariables.tsx b/packages/twenty-front/src/modules/settings/admin-panel/components/SettingsAdminEnvVariables.tsx
index 56239efd3..65eee9f7b 100644
--- a/packages/twenty-front/src/modules/settings/admin-panel/components/SettingsAdminEnvVariables.tsx
+++ b/packages/twenty-front/src/modules/settings/admin-panel/components/SettingsAdminEnvVariables.tsx
@@ -36,8 +36,6 @@ const StyledShowMoreButton = styled(Button)<{ isSelected?: boolean }>`
`}
`;
-const StyledEnvVariablesDescription = styled.div``;
-
export const SettingsAdminEnvVariables = () => {
const { data: environmentVariables } = useGetEnvironmentVariablesGroupedQuery(
{
@@ -68,11 +66,11 @@ export const SettingsAdminEnvVariables = () => {
return (
<>
-
+
These are only the server values. Ensure your worker environment has the
same variables and values, this is required for asynchronous tasks like
email sync.
-
+
{visibleGroups.map((group) => (