Skip to content

Commit

Permalink
fix: text and icon color for whatsapp-light themes
Browse files Browse the repository at this point in the history
  • Loading branch information
FajarKim committed Oct 13, 2023
1 parent 421cf7f commit 99db891
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ export const themes: Themes = {
},
"whatsapp-light": {
title_color: "16D351",
text_color: "73828A",
icon_color: "121B22",
text_color: "121B22",
icon_color: "73828A",
bg_color: "FFFFFF",
stroke_color: "008069",
},
Expand Down

0 comments on commit 99db891

Please sign in to comment.