Skip to content

Commit

Permalink
Icons: Change color of DialogHelpButton
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Apr 1, 2021
1 parent 3b63083 commit 9d8ffc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder/utils/icon_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def __init__(self):
'DialogApplyButton': [('mdi.check',), {'color': self.MAIN_FG_COLOR}],
'DialogCloseButton': [('mdi.close',), {'color': self.MAIN_FG_COLOR}],
'DirClosedIcon': [('mdi.folder',), {'color': self.MAIN_FG_COLOR}],
'DialogHelpButton': [('mdi.lifebuoy',), {'color': SpyderPalette.COLOR_ERROR_1}],
'DialogHelpButton': [('mdi.lifebuoy',), {'color': self.MAIN_FG_COLOR}],
'VideoIcon': [('mdi.video',), {'color': self.MAIN_FG_COLOR}],
'MessageBoxInformation': [('mdi.information',), {'color': self.MAIN_FG_COLOR}],
'DirOpenIcon': [('mdi.folder-open',), {'color': self.MAIN_FG_COLOR}],
Expand Down

0 comments on commit 9d8ffc3

Please sign in to comment.