Fix colors in PeerTube Settings Fragment
This commit is contained in:
parent
0afceeeb87
commit
9bb8f65bef
3 changed files with 14 additions and 2 deletions
|
|
@ -57,12 +57,15 @@
|
|||
|
||||
<style name="WhiteTintTheme">
|
||||
<item name="tint">@color/white</item>
|
||||
<item name="iconTint">@color/white</item>
|
||||
</style>
|
||||
<style name="DarkTintTheme">
|
||||
<item name="tint">@color/black</item>
|
||||
<item name="iconTint">@color/black</item>
|
||||
</style>
|
||||
<style name="ContrastTintTheme">
|
||||
<item name="tint">@color/contrastColor</item>
|
||||
<item name="iconTint">@color/contrastColor</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue