From 94dda6e668ed5bc57c1ef0ae3bc40cdd5b8ed173 Mon Sep 17 00:00:00 2001 From: Beka Westberg Date: Wed, 17 Apr 2024 16:47:51 +0000 Subject: [PATCH] fix: text input bubble css (#8040) --- core/bubbles/textinput_bubble.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/bubbles/textinput_bubble.ts b/core/bubbles/textinput_bubble.ts index a3c572faf..2784b5cb6 100644 --- a/core/bubbles/textinput_bubble.ts +++ b/core/bubbles/textinput_bubble.ts @@ -307,8 +307,8 @@ export class TextInputBubble extends Bubble { } Css.register(` -.blocklyCommentTextarea { - background-color: #fef49c; +.blocklyTextInputBubble .blocklyTextarea { + background-color: var(--commentFillColour); border: 0; display: block; margin: 0;