Skip to content

Commit

Permalink
Remove unused/redundant colour assets.
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlwave committed Jan 24, 2025
1 parent 67fa5c0 commit fe5d952
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 61 deletions.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions ElementX/Sources/Generated/Assets.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ internal enum Asset {
internal enum Colors {
internal static let accentColor = ColorAsset(name: "colors/accent-color")
internal static let backgroundColor = ColorAsset(name: "colors/background-color")
internal static let brandColor = ColorAsset(name: "colors/brand-color")
internal static let grabber = ColorAsset(name: "colors/grabber")
}
internal enum Images {
internal static let appLogo = ImageAsset(name: "images/app-logo")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ struct MessageComposer: View {

private var resizeGrabber: some View {
Capsule()
.foregroundColor(Asset.Colors.grabber.swiftUIColor)
.foregroundStyle(.tertiary)
.frame(width: 36, height: 5)
.padding(.vertical, 8)
.frame(maxWidth: .infinity)
Expand Down

0 comments on commit fe5d952

Please sign in to comment.