Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1c3b6627 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Fix palette for buttons

parent e9b3a92a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -44,8 +44,6 @@
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_marginStart="4dp"
            android:backgroundTint="@color/fragment_pick_button_background_color"
            android:textColor="@color/fragment_pick_button_text_color"
            android:layout_marginEnd="4dp" />

        <!-- Handles touch events when button1 is disabled. -->
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@
  <style name="MaterialOutlinedButton" parent="@style/Widget.MaterialComponents.Button.OutlinedButton">
    <item name="android:textAppearance">@style/MaterialButtonTextAppearance
    </item>
    <item name="android:backgroundTint">@android:color/white</item>
    <item name="android:backgroundTint">@color/e_floating_background</item>
    <item name="android:textColor">?android:colorAccent</item>
  </style>