From 6b6384a4e69d590b7c520380da7a36afe9bfe67e Mon Sep 17 00:00:00 2001 From: Danil Kovtonyuk <danx.kov@gmail.com> Date: Thu, 5 Nov 2020 16:48:05 +1000 Subject: [PATCH] fix active state --- components/Diamond.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Diamond.vue b/components/Diamond.vue index 944b2a0..ec8dde7 100644 --- a/components/Diamond.vue +++ b/components/Diamond.vue @@ -18,7 +18,7 @@ cx="30" cy="30" r="23.5" - fill="#191919" + :fill="active ? '#276C4E' : '#191919'" :stroke="active ? '#44F1A6' : '#3F3F3F'" /> <path