Skip to content

Commit

Permalink
Fix note picker label colors in some dark modes
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Jan 10, 2024
1 parent 80adc23 commit 27376e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/css.js
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@ Blockly.Css.CONTENT = [
'.scratchNotePickerKeyLabel {',
'font-family: "Helvetica Neue", Helvetica, sans-serif;',
'font-size: 0.75rem;',
'fill: $colour_textFieldText;',
'fill: #575E75;', // the keys are always white, so don't color the labels
'pointer-events: none;',
'}',

Expand Down

0 comments on commit 27376e2

Please sign in to comment.