Skip to content

Commit 8393b8e

Browse files
committed
dark mode
1 parent 7e8f966 commit 8393b8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

android/src/main/java/com/aakashns/reactnativedialogs/modules/DialogAndroid.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ private MaterialDialog.Builder applyOptions(MaterialDialog.Builder builder, Read
4444
while(iterator.hasNextKey()) {
4545
String key = iterator.nextKey();
4646

47+
builder.backgroundColor(Color.parseColor("#252525"));
48+
4749
switch (key) {
4850
case "title":
4951
builder.title(options.getString("title"));

0 commit comments

Comments
 (0)