mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
Brighten up validation color
Dark green lacks contrast against black foreground font
This commit is contained in:
parent
f0d3dec517
commit
b5f59d27c9
@ -132,7 +132,7 @@ class ExcludeListDialog(QDialog):
|
||||
match = compiled.match(input_text)
|
||||
if match:
|
||||
self._input_styled = True
|
||||
self.inputLine.setStyleSheet("background-color: rgb(10, 120, 10);")
|
||||
self.inputLine.setStyleSheet("background-color: rgb(10, 220, 10);")
|
||||
else:
|
||||
self.reset_input_style()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user