Brighten up validation color

Dark green lacks contrast against black foreground font
Este commit está contenido en:
glubsy 2020-12-29 16:31:03 +01:00
padre f0d3dec517
commit b5f59d27c9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -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()