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

Commit cf9ab07a authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Fix screenshot chips not following palette

parent 1981144f
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -53,10 +53,6 @@
        <item name="android:navigationBarColor">?android:attr/colorBackgroundFloating</item>
    </style>

    <style name="FloatingOverlay" parent="@android:style/Theme.DeviceDefault.DayNight">
        <item name="overlayButtonTextColor">?android:attr/textColorPrimaryInverse</item>
    </style>

    <style name="EditTextActivityButton" parent="@android:style/Widget.DeviceDefault.Button.Colored">
        <item name="android:textColor">?android:attr/textColorPrimaryInverse</item>
    </style>
+1 −1
Original line number Diff line number Diff line
@@ -769,7 +769,7 @@
    </style>

    <style name="FloatingOverlay" parent="@android:style/Theme.DeviceDefault.DayNight">
        <item name="overlayButtonTextColor">?android:attr/textColorPrimary</item>
        <item name="overlayButtonTextColor">?android:attr/colorBackground</item>
    </style>

    <style name="EditTextActivityButton" parent="@android:style/Widget.DeviceDefault.Button.Colored">