From b1452effcd4e067417a618be01853ff583f3efd9 Mon Sep 17 00:00:00 2001 From: Nik Dement'ev Date: Mon, 23 Nov 2020 22:31:30 +0300 Subject: [PATCH] fix: change color active voucher --- assets/styles/components/_button.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/styles/components/_button.scss b/assets/styles/components/_button.scss index 90d10a0..c915f69 100644 --- a/assets/styles/components/_button.scss +++ b/assets/styles/components/_button.scss @@ -9,7 +9,7 @@ right: -6px; width: 8px; height: 8px; - background-color: red; + background-color: rgba($primary, .154); border-radius: 50%; } }