mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-25 17:51:01 +00:00
Custom emojis: blurred background
This commit is contained in:
parent
3577254f08
commit
3c82af0273
1 changed files with 2 additions and 1 deletions
|
@ -57,10 +57,11 @@ extension StatusEditor {
|
|||
}
|
||||
}
|
||||
.scrollContentBackground(.hidden)
|
||||
.background(theme.primaryBackgroundColor)
|
||||
.navigationTitle("status.editor.emojis.navigation-title")
|
||||
.navigationBarTitleDisplayMode(.inline)
|
||||
}
|
||||
.presentationBackground(.thinMaterial)
|
||||
.presentationCornerRadius(16)
|
||||
.presentationDetents([.medium, .large])
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue