mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-11 08:43:31 +00:00
Change editor toolbar background color to white for add domain form (#23587)
This commit is contained in:
parent
8f1e8b47b7
commit
9b80e92f6c
@ -17,3 +17,7 @@
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
.add-domain-form-description .bar-menu-wrapper {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
@ -133,6 +133,7 @@ const AddDomainForm = ({
|
||||
'data-testid': 'description',
|
||||
initialValue: '',
|
||||
height: 'auto',
|
||||
className: 'add-domain-form-description',
|
||||
},
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user