Skip to content

Commit

Permalink
theme.CallColors pointer fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Neznaykin committed Dec 2, 2021
1 parent ba213d7 commit 8593492
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v1.49.19
- theme.CallColors pointer fixed

v1.49.18
- added new color structs for app: theme.CallColors, theme.SwipeColors, theme.Bg

Expand Down
2 changes: 1 addition & 1 deletion theme.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ type Theme struct {
Swipe *SwipeColors `json:"swipe"`

// Call colors for app
Call CallColors `json:"call"`
Call *CallColors `json:"call"`

// Deprecated
AppAccentColor RGBColor
Expand Down

0 comments on commit 8593492

Please sign in to comment.