Verified Commit c2666da6 authored by Jakob Moser's avatar Jakob Moser
Browse files

Use darker, higher-contrast green

parent 25feee94
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ class PaymentSuccess(PaymentSuccessBase):
        # We expect the director's display to be a PyGame display (after all, this is a PyGame scene)
        display = cast(PygameDisplay, self.director.display)

        display.surface.fill((0, 130, 80))
        display.surface.fill((0, 40, 0))

        display.surface.blit(
            fira_sans.render(f"Hallo {self.person_name}!", True, white),