Skip to content

Commit

Permalink
fix: set Component.infoForeground to subtext0 (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored Oct 29, 2024
1 parent 270eaff commit ef6edfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
### Fixed

- (Scala): Make predefined types (Int, Double, etc) distinguishable from unused
- (UI): Theme informational text.

### Security

Expand Down
3 changes: 2 additions & 1 deletion generateFlavours/ui.theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@
"iconColor": "primaryForeground",
"inactiveErrorFocusColor": "red",
"inactiveWarningFocusColor": "yellow",
"warningFocusColor": "yellow"
"warningFocusColor": "yellow",
"infoForeground": "subtext0"
},
"Counter": {
"background": "accentColor",
Expand Down

0 comments on commit ef6edfd

Please sign in to comment.