Commit a77a81cf authored by Jun Cai's avatar Jun Cai Committed by Commit Bot

[sms] Make sms dialog background color use sheet_bg_color

This CL changes sms dialog background color to use sheet_bg_color so
that when Chrome changes to different theme, the dialog background is
also changed. This is to fix the text on the dialog not visible when
Chrome changes to dark theme.

I uploaded some dialog screenshots when using default theme and dark
theme on the issue page.

Bug: 991392
Change-Id: Ib685689e7f150a09243edf9d02b61b166ea54276
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1749764Reviewed-by: default avatarTheresa  <twellington@chromium.org>
Commit-Queue: Jun Cai <juncai@chromium.org>
Cr-Commit-Position: refs/heads/master@{#686412}
parent d669835e
...@@ -4,6 +4,6 @@ ...@@ -4,6 +4,6 @@
found in the LICENSE file. --> found in the LICENSE file. -->
<shape xmlns:android="http://schemas.android.com/apk/res/android"> <shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/default_bg_color_light"/> <solid android:color="@color/sheet_bg_color"/>
<corners android:radius="10dp"/> <corners android:radius="10dp"/>
</shape> </shape>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment