Skip to content

Commit

Permalink
Remove resourses
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanov91 committed Sep 27, 2023
1 parent f5fbc69 commit 3ffa17f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 54 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// AttachmentView.swift
//

import OversizeResources
import OversizeUI
import SwiftUI

Expand All @@ -15,13 +14,13 @@ public struct AttachmentView: View {
SectionView {
VStack(spacing: .zero) {
Row("Add investment") {
IconDeprecated(.paperclip)
.iconColor(.onSurfaceHighEmphasis)
Image.Base.attach
.icon()
}

Row("Add link") {
IconDeprecated(.link)
.iconColor(.onSurfaceHighEmphasis)
Image.Base.link
.icon()
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import OversizeCalendarService
import OversizeComponents
import OversizeCore
import OversizeLocalizable
import OversizeResources
import OversizeServices
import OversizeUI
import SwiftUI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
//

import EventKit
import OversizeResources
import OversizeUI
import SwiftUI

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ import SwiftUI
#if os(iOS)
PageView(L10n.Settings.about, onOffsetChanged: { offset = $0 }) {
list
.surfaceContentRowInsets()
.surfaceContentRowMargins()
}
.leadingBar {
/*
Expand Down
46 changes: 0 additions & 46 deletions Sources/OversizePhotoKit/PhotoViewerView.swift

This file was deleted.

0 comments on commit 3ffa17f

Please sign in to comment.