From a6856f3d214b32155cb80ae7fdf5afc5ae60f635 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Tue, 13 Dec 2022 15:22:17 +0100 Subject: [PATCH] Cancel button looked as disabled: now use a orange border and white bg --- app/webpacker/css/darkswarm/split-checkout.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/webpacker/css/darkswarm/split-checkout.scss b/app/webpacker/css/darkswarm/split-checkout.scss index 6a9cc3a90c..a84b8dd7f5 100644 --- a/app/webpacker/css/darkswarm/split-checkout.scss +++ b/app/webpacker/css/darkswarm/split-checkout.scss @@ -238,8 +238,10 @@ } &.cancel { - background-color: $grey-100; - color: $black; + background-color: $white; + border: 1px solid $orange-500; + color: $orange-500; + } }