Skip to content

Commit

Permalink
Fix disabled buttons on light theme - Closes #518
Browse files Browse the repository at this point in the history
  • Loading branch information
OverloadedOrama committed Aug 29, 2021
1 parent 3482314 commit 48ed1cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Kawan Weege ([@DragonOfWar](https://github.com/DragonOfWar)), Martin Novák ([@n
- Fixed a rare division by zero crash when changing the display scale under Preferences.
- Changed pixel grid shortcut on macOS because it conflicted with a system hotkey. [#494](https://github.com/Orama-Interactive/Pixelorama/pull/494)
- The shading tool now has correct Hue, Saturation and Value changes, as well as some other tweaks, like limiting the darkening hue to 240 instead of 270. [#519](https://github.com/Orama-Interactive/Pixelorama/pull/519) and [#522](https://github.com/Orama-Interactive/Pixelorama/pull/522)
- The disabled buttons on the light theme are no longer invisible. [#518](https://github.com/Orama-Interactive/Pixelorama/issues/518)
<br><br>

## [v0.8.3] - 2021-05-04
Expand Down
2 changes: 1 addition & 1 deletion assets/themes/light/theme.tres
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ content_margin_left = 6.0
content_margin_right = 6.0
content_margin_top = 4.0
content_margin_bottom = 4.0
bg_color = Color( 1, 1, 1, 1 )
bg_color = Color( 0.690196, 0.690196, 0.690196, 1 )
border_width_left = 1
border_width_top = 1
border_width_right = 1
Expand Down

0 comments on commit 48ed1cf

Please sign in to comment.