Browse Source

Add border to white theme color

Wayne 5 năm trước cách đây
mục cha
commit
16ecfe054b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      reader/src/main/res/drawable/shape_day_mode.xml

+ 1 - 1
reader/src/main/res/drawable/shape_day_mode.xml

@@ -4,6 +4,6 @@
     <solid android:color="#ffffff" />
     <stroke
         android:width="2dp"
-        android:color="#ffffff" />
+        android:color="#eeeeee" />
     <corners android:radius="4dp" />
 </shape>