Skip to content

Commit

Permalink
fix: fix dropdown menu metrics (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
gonfunko authored Aug 29, 2024
1 parent 6fbc2e5 commit 40eee91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/css.js
Original file line number Diff line number Diff line change
Expand Up @@ -1142,6 +1142,8 @@ const styles = `
.blocklyDropDownDiv .blocklyMenuItem {
color: #fff;
font-weight: bold;
min-height: 32px;
padding: 4px 7em 4px 28px;
}
.blocklyToolboxSelected .blocklyTreeLabel {
color: var(--colour-toolboxText);
Expand Down

0 comments on commit 40eee91

Please # to comment.