feat: Add an option to use darkMode only in the widget (#7151)

This commit is contained in:
Pranav Raj S
2023-05-22 09:05:05 +05:30
committed by GitHub
parent e3f4be97c0
commit b8dae07c0f
5 changed files with 20 additions and 4 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
export const BUBBLE_DESIGN = ['standard', 'expanded_bubble'];
export const WIDGET_DESIGN = ['standard', 'flat'];
export const DARK_MODE = ['light', 'auto'];
export const DARK_MODE = ['light', 'auto', 'dark'];