mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
enhance: background transition
This commit is contained in:
@@ -77,10 +77,8 @@ public class NativeTopBarPlugin: CAPPlugin, CAPBridgedPlugin {
|
||||
|
||||
// --- NAVIGATION BAR (top) ---
|
||||
let appearance = UINavigationBarAppearance()
|
||||
appearance.configureWithOpaqueBackground()
|
||||
appearance.backgroundColor = resolvedBackgroundColor
|
||||
appearance.configureWithTransparentBackground()
|
||||
appearance.shadowColor = .clear
|
||||
nav.navigationBar.isTranslucent = false
|
||||
|
||||
appearance.titleTextAttributes = [
|
||||
.foregroundColor: resolvedTintColor
|
||||
|
||||
Reference in New Issue
Block a user