Skip to content

Commit

Permalink
Invert the quran image on dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamede1945 committed Sep 10, 2024
1 parent e7a8062 commit 6c9d19b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UI/NoorUI/Features/Quran/AdaptiveImageScrollView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public struct AdaptiveImageScrollView<Header: View, Footer: View>: View {
Image(uiImage: image)
.resizable()
.aspectRatio(contentMode: .fit)
.invertInDarkMode()
.background(
ImageDecorationsView(
imageSize: image.size,
Expand Down

0 comments on commit 6c9d19b

Please sign in to comment.