Skip to content

Commit

Permalink
Consistent appearance of tonal internal frame title panes
Browse files Browse the repository at this point in the history
For #400
  • Loading branch information
kirill-grouchnikov committed Jan 20, 2025
1 parent 9a13d5c commit fe446fd
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -299,9 +299,7 @@ public void paintComponent(Graphics g) {
// TODO: TONAL - finalize the text echo color logic
RadianceTextUtilities.paintTextWithDropShadow(this, graphics,
colorTokens.getOnContainer(),
RadianceColorUtilities.getAlphaColor(
colorTokens.getOnContainerVariant(),
100),
colorTokens.getInverseOnContainer(),
displayTitle, width, height, xOffset, yOffset);
} else {
RadianceColorScheme scheme = RadianceCoreUtilities.getSkin(this.frame)
Expand Down

0 comments on commit fe446fd

Please sign in to comment.