fix imagebutton color (#1598)

main
Konrad Pozniak 4 years ago committed by GitHub
parent e28463ae7d
commit 847b44e2c1
  1. 1
      app/src/main/res/values-night/styles.xml
  2. 1
      app/src/main/res/values/styles.xml

@ -81,6 +81,7 @@
</style>
<style name="TuskyImageButton.Dark" parent="@style/Widget.MaterialComponents.Button.UnelevatedButton">
<item name="android:tint">@color/text_color_tertiary_dark</item>
<item name="android:background">?attr/selectableItemBackgroundBorderless</item>
</style>

@ -144,6 +144,7 @@
</style>
<style name="TuskyImageButton.Light" parent="@style/Widget.MaterialComponents.Button.UnelevatedButton">
<item name="android:tint">@color/text_color_tertiary_light</item>
<item name="android:background">?attr/selectableItemBackgroundBorderless</item>
</style>

Loading…
Cancel
Save