From 9d68964cd402335f25890b306743c6ce79eb1b88 Mon Sep 17 00:00:00 2001 From: Ivan Palage4a Date: Wed, 10 Feb 2021 07:25:43 +0300 Subject: [PATCH] fix: wrong case in var --- theme.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.go b/theme.go index d2acd30..8cde02b 100644 --- a/theme.go +++ b/theme.go @@ -53,7 +53,7 @@ type Theme struct { SuccessLight string `json:success_light` Backgroud string `json:background` Attention string `json:attention` - AttentionLight string `json:attentionLight` + AttentionLight string `json:attention_light` Button ButtonColors Input InputColors Switcher SwitcherColors