Skip to content

Commit

Permalink
Update JailbreakView.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
wwg135 authored Aug 28, 2023
1 parent 68ab0c3 commit 00bb308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dopamine/Dopamine/UI/Views/JailbreakView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ struct JailbreakView: View {
.padding(.vertical)
.opacity(0.25)
.background(MaterialView(.systemUltraThinMaterialDark))
.zIndex(3)
}
.zIndex(2)
.cornerRadius(16)
.foregroundColor(.white)
.animation(.spring().speed(1.5), value: showDownloadPage)
Expand Down

0 comments on commit 00bb308

Please sign in to comment.