diff --git a/css/styles.css b/css/styles.css
index bf8928efa7ee22243d4e1761a8159e6a794daf18..6f9b909cf3b8354d9365ab21ca73540a40083e9e 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -2415,6 +2415,9 @@ button {
     color: #25ffcc;
     width: inherit; }
 
+.paragraphs-dropdown-action.button {
+  color: #4e4e4e; }
+
 /* stylelint-disable-next-line selector-no-qualifying-type */
 ul.toolbar-menu {
   font-size: 0.79rem; }
diff --git a/source/_patterns/04-components/00-cms-styles/layout-builder/_layout-builder.scss b/source/_patterns/04-components/00-cms-styles/layout-builder/_layout-builder.scss
index 521d833ef1776571a97fb8f9b56fde9b4880ee01..f4b88b7379af3e556165f72a37e38106106fccb2 100644
--- a/source/_patterns/04-components/00-cms-styles/layout-builder/_layout-builder.scss
+++ b/source/_patterns/04-components/00-cms-styles/layout-builder/_layout-builder.scss
@@ -265,4 +265,10 @@ button{
     color: #25ffcc;
     width:inherit;
   }
+}
+
+// Color for button in dialog
+.paragraphs-dropdown-action.button {
+  color: gesso-grayscale('gray-6');
+
 }
\ No newline at end of file