From 21bb8373177bb88eddcb12cac6249280836122e1 Mon Sep 17 00:00:00 2001 From: Martin Meyerhoff Date: Fri, 15 Nov 2024 21:30:12 +0100 Subject: [PATCH] Use new global variables stylesheet in legacy promotions Prior to this change, the promotion admin would have a blue color scheme, and not the red one that all the other pages have. --- .../stylesheets/solidus_legacy_promotions/promotions.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy_promotions/app/assets/stylesheets/solidus_legacy_promotions/promotions.scss b/legacy_promotions/app/assets/stylesheets/solidus_legacy_promotions/promotions.scss index eee8b872043..4a37ef631b1 100644 --- a/legacy_promotions/app/assets/stylesheets/solidus_legacy_promotions/promotions.scss +++ b/legacy_promotions/app/assets/stylesheets/solidus_legacy_promotions/promotions.scss @@ -1,3 +1,3 @@ -@import "spree/backend/themes/classic"; +@import "spree/backend/globals/variables"; @import "solidus_legacy_promotions/promotions/edit";