mirror of
https://github.com/denizsafak/abogen.git
synced 2026-09-20 11:40:57 +02:00
fix: use theme-aware GREY_BACKGROUND for word substitutions instructions label
This commit is contained in:
+1
-1
@@ -842,7 +842,7 @@ class WordSubstitutionsDialog(QDialog):
|
|||||||
self,
|
self,
|
||||||
)
|
)
|
||||||
instructions.setStyleSheet(
|
instructions.setStyleSheet(
|
||||||
"padding: 10px; background-color: #f0f0f0; border-radius: 5px;"
|
f"padding: 10px; background-color: {COLORS['GREY_BACKGROUND']}; border-radius: 5px;"
|
||||||
)
|
)
|
||||||
instructions.setWordWrap(True)
|
instructions.setWordWrap(True)
|
||||||
layout.addWidget(instructions)
|
layout.addWidget(instructions)
|
||||||
|
|||||||
Reference in New Issue
Block a user