Skip to content

Commit

Permalink
chore: add styles for tooltip headings
Browse files Browse the repository at this point in the history
  • Loading branch information
philippfromme committed Jul 29, 2024
1 parent e6ab3fb commit 676a66d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/assets/properties-panel.css
Original file line number Diff line number Diff line change
Expand Up @@ -1183,6 +1183,12 @@ textarea.bio-properties-panel-input {
white-space: pre-wrap;
}

.bio-properties-panel-tooltip-content h1 {
font-size: var(--text-size-base);
font-weight: bold;
margin: 0;
}

.bio-properties-panel-tooltip-content code,
.bio-properties-panel-tooltip-content pre {
color: var(--description-color);
Expand Down

0 comments on commit 676a66d

Please sign in to comment.