fix: Zelos comments shouldn't be bold (#8141)

Resolves #8061
This commit is contained in:
Neil Fraser
2024-05-17 21:33:52 +02:00
committed by GitHub
parent 12ff96674b
commit 5a8969f855
2 changed files with 5 additions and 1 deletions

View File

@@ -794,6 +794,10 @@ export class ConstantProvider extends BaseConstantProvider {
`pt ${this.FIELD_TEXT_FONTFAMILY};`,
`}`,
`${selector} .blocklyTextInputBubble textarea {`,
`font-weight: normal;`,
`}`,
// Fields.
`${selector} .blocklyText {`,
`fill: #fff;`,