Skip to content

Commit

Permalink
2.0.0 - Material Design 3
Browse files Browse the repository at this point in the history
Fix color for `FpsMonitor` widget.
  • Loading branch information
HeaTTheatR committed Nov 26, 2023
1 parent 316da78 commit bfe6260
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kivymd/utils/fpsmonitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@
height: self.texture_size[1]
text: root._fsp_value
pos_hint: {root.anchor: 1}
color: app.theme_cls.surfaceColor
canvas.before:
Color:
rgba: app.theme_cls.primary_dark
rgba: app.theme_cls.onBackgroundColor
Rectangle:
pos: self.pos
size: self.size
Expand Down

0 comments on commit bfe6260

Please sign in to comment.