Browse Source

Add border to white theme color

Wayne 5 years ago
parent
commit
16ecfe054b
1 changed files with 1 additions and 1 deletions
  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>