Skip to content

Commit

Permalink
fix: wrong case in var
Browse files Browse the repository at this point in the history
  • Loading branch information
palage4a committed Feb 10, 2021
1 parent 8ea3d31 commit 9d68964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d68964

Please sign in to comment.