mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-25 01:08:14 -04:00
Use the red color suggested by the Material Design spec
See http://www.google.com/design/spec/patterns/errors.html#errors-user-input-errors
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<color name="signed">#ffcccccc</color>
|
||||
<color name="unsigned">#ffCC0000</color>
|
||||
<color name="unverified">#ff999999</color>
|
||||
<color name="red">#FFFF0000</color>
|
||||
<color name="red">#ffdd2c00</color>
|
||||
|
||||
<color name="fdroid_blue">#ff1976d2</color>
|
||||
<color name="fdroid_blue_dark">#ff0d47a1</color>
|
||||
|
||||
Reference in New Issue
Block a user