Change editor toolbar background color to white for add domain form (#23587)

This commit is contained in:
Ushran Gouhar 2025-09-29 19:49:11 +05:30 committed by GitHub
parent 8f1e8b47b7
commit 9b80e92f6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View File

@ -17,3 +17,7 @@
margin-bottom: 8px;
}
}
.add-domain-form-description .bar-menu-wrapper {
background-color: #ffffff;
}

View File

@ -133,6 +133,7 @@ const AddDomainForm = ({
'data-testid': 'description',
initialValue: '',
height: 'auto',
className: 'add-domain-form-description',
},
},
{