handling InputControl button colors in editor

This commit is contained in:
Antoine M 2023-10-25 14:47:41 +02:00
parent cc7f7da4b5
commit 64a4a5a48b

View File

@ -36,3 +36,8 @@ body {
.homegrade-content-blocks-grey-box {
/* max-width: 100% !important; */
}
.components-dropdown .components-toolbar__control {
background-color: #e04d42;
color: white;
}