Skip to content

Commit

Permalink
[ux] Address review: tweak red color to make it more grayish
Browse files Browse the repository at this point in the history
  • Loading branch information
gacarrillor committed Jun 25, 2024
1 parent 87cd469 commit 5d2effd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QgisModelBaker/utils/gui_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class DropMode(Enum):
GREEN = "#A1DE9B"
BLUE = "#9BCADE"
PURPLE = "#B18BC9" # Not used
RED = "#ff0000" if QgsApplication.themeName() == "Night Mapping" else "#EBB3A4"
RED = "#870808" if QgsApplication.themeName() == "Night Mapping" else "#EBB3A4"

SUCCESS_COLOR = GREEN

Expand Down

0 comments on commit 5d2effd

Please sign in to comment.