mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-23 12:51:16 +00:00
Changing alert dialog buttons to default accent colour as orange denotes caution.
See https://www.google.com/design/spec/components/dialogs.html#dialogs-specs
This commit is contained in:
parent
7bbd9fcd82
commit
455859700e
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
<style name="Theme.Syncthing.Dialog" parent="Theme.AppCompat.Light.Dialog.Alert">
|
<style name="Theme.Syncthing.Dialog" parent="Theme.AppCompat.Light.Dialog.Alert">
|
||||||
<item name="colorPrimary">@color/primary</item>
|
<item name="colorPrimary">@color/primary</item>
|
||||||
<item name="colorPrimaryDark">@color/primary_dark</item>
|
<item name="colorPrimaryDark">@color/primary_dark</item>
|
||||||
<item name="colorAccent">@color/accent</item>
|
<item name="colorControlActivated">@color/accent</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<!-- ActionBar themes -->
|
<!-- ActionBar themes -->
|
||||||
|
|
Loading…
Reference in a new issue