mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-12 01:08:18 +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;
|
margin-bottom: 8px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.add-domain-form-description .bar-menu-wrapper {
|
||||||
|
background-color: #ffffff;
|
||||||
|
}
|
||||||
|
@ -133,6 +133,7 @@ const AddDomainForm = ({
|
|||||||
'data-testid': 'description',
|
'data-testid': 'description',
|
||||||
initialValue: '',
|
initialValue: '',
|
||||||
height: 'auto',
|
height: 'auto',
|
||||||
|
className: 'add-domain-form-description',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user