diff --git a/packages/node_modules/@node-red/editor-client/src/sass/library.scss b/packages/node_modules/@node-red/editor-client/src/sass/library.scss index 874160baa..0d284ffce 100644 --- a/packages/node_modules/@node-red/editor-client/src/sass/library.scss +++ b/packages/node_modules/@node-red/editor-client/src/sass/library.scss @@ -51,18 +51,17 @@ } .red-ui-clipboard-dialog-tab-clipboard { - - textarea { - resize: none; - width: 100%; - border-radius: 4px; - font-family: $monospace-font !important; - font-size: 13px !important; - height: 100%; - line-height: 1.3em; - padding: 6px 10px; - background: $clipboard-textarea-background; + color: $secondary-text-color-active !important; + resize: none; + width: 100%; + border-radius: 4px; + font-family: $monospace-font !important; + font-size: 13px !important; + height: 100%; + line-height: 1.3em; + padding: 6px 10px; + background: $clipboard-textarea-background; } } @@ -269,4 +268,4 @@ color: $secondary-text-color; font-size: 0.9em; } -} \ No newline at end of file +}