From 9b80e92f6c069efded8deece6004c2232f57a1c4 Mon Sep 17 00:00:00 2001 From: Ushran Gouhar <43915259+ugouhar@users.noreply.github.com> Date: Mon, 29 Sep 2025 19:49:11 +0530 Subject: [PATCH] Change editor toolbar background color to white for add domain form (#23587) --- .../ui/src/components/Domain/AddDomain/add-domain.less | 4 ++++ .../Domain/AddDomainForm/AddDomainForm.component.tsx | 1 + 2 files changed, 5 insertions(+) diff --git a/openmetadata-ui/src/main/resources/ui/src/components/Domain/AddDomain/add-domain.less b/openmetadata-ui/src/main/resources/ui/src/components/Domain/AddDomain/add-domain.less index fe4fb3f5862..14a2f99dabb 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/Domain/AddDomain/add-domain.less +++ b/openmetadata-ui/src/main/resources/ui/src/components/Domain/AddDomain/add-domain.less @@ -17,3 +17,7 @@ margin-bottom: 8px; } } + +.add-domain-form-description .bar-menu-wrapper { + background-color: #ffffff; +} diff --git a/openmetadata-ui/src/main/resources/ui/src/components/Domain/AddDomainForm/AddDomainForm.component.tsx b/openmetadata-ui/src/main/resources/ui/src/components/Domain/AddDomainForm/AddDomainForm.component.tsx index 481c8d409a5..508daa1b5a4 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/Domain/AddDomainForm/AddDomainForm.component.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/Domain/AddDomainForm/AddDomainForm.component.tsx @@ -133,6 +133,7 @@ const AddDomainForm = ({ 'data-testid': 'description', initialValue: '', height: 'auto', + className: 'add-domain-form-description', }, }, {