From 71537d9953affb8312d4195d7eebd166c12d1dc2 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Wed, 15 Nov 2023 11:17:04 +0800 Subject: [PATCH] Fix style --- .../App/Views/Labels/ApplyLabelsView.swift | 2 +- .../AccentColor.colorset/Contents.json | 38 ------------------- 2 files changed, 1 insertion(+), 39 deletions(-) delete mode 100644 apple/Resources/Assets.xcassets/AccentColor.colorset/Contents.json diff --git a/apple/OmnivoreKit/Sources/App/Views/Labels/ApplyLabelsView.swift b/apple/OmnivoreKit/Sources/App/Views/Labels/ApplyLabelsView.swift index da5a7d903..de10e2f03 100644 --- a/apple/OmnivoreKit/Sources/App/Views/Labels/ApplyLabelsView.swift +++ b/apple/OmnivoreKit/Sources/App/Views/Labels/ApplyLabelsView.swift @@ -163,7 +163,7 @@ struct ApplyLabelsView: View { Group { #if os(iOS) NavigationView { - innerBody + innerBody .navigationBarTitleDisplayMode(.inline) .toolbar { ToolbarItem(placement: .navigationBarLeading) { diff --git a/apple/Resources/Assets.xcassets/AccentColor.colorset/Contents.json b/apple/Resources/Assets.xcassets/AccentColor.colorset/Contents.json deleted file mode 100644 index d2c39fe61..000000000 --- a/apple/Resources/Assets.xcassets/AccentColor.colorset/Contents.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "colors" : [ - { - "color" : { - "color-space" : "srgb", - "components" : { - "alpha" : "1.000", - "blue" : "0xA8", - "green" : "0xEB", - "red" : "0xFB" - } - }, - "idiom" : "universal" - }, - { - "appearances" : [ - { - "appearance" : "luminosity", - "value" : "dark" - } - ], - "color" : { - "color-space" : "srgb", - "components" : { - "alpha" : "1.000", - "blue" : "0x4C", - "green" : "0x4D", - "red" : "0x4F" - } - }, - "idiom" : "universal" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -}