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

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

Fix screen record dialog in dark mode

parent 41e539ab
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,11 +27,11 @@
        android:layout_gravity="center_vertical"
        android:textAppearance="?android:attr/textAppearanceMedium"
        android:textSize="14sp"
        android:textColor="@color/material_dynamic_neutral10"/>
        android:textColor="?android:attr/textColorPrimary"/>
    <TextView
        android:id="@+id/screen_recording_dialog_source_description"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:textAppearance="?android:attr/textAppearanceSmall"
        android:textColor="@color/material_dynamic_neutral_variant30"/>
        android:textColor="?android:attr/textColorSecondary"/>
</LinearLayout>
 No newline at end of file