Skip to content

Commit 0467411

Browse files
committed
Fixes
1 parent eb363fa commit 0467411

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

IcySky.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"originHash" : "7dcf05c7d41e624196f23dea918a826b50bf1635227fb394a41096f74d7bf2dd",
2+
"originHash" : "48af66f06746a587c7c53e843f0888dee13a403aa1bd172e154211c30294f3d5",
33
"pins" : [
44
{
55
"identity" : "atprotokit",
66
"kind" : "remoteSourceControl",
77
"location" : "https://github.com/MasterJ93/ATProtoKit",
88
"state" : {
9-
"revision" : "5885fad9deaba82821e11d575fa15756226121fa",
10-
"version" : "0.23.2"
9+
"revision" : "cb1aa40ca2b47556b5d9ee24e6287d1685468a44",
10+
"version" : "0.23.3"
1111
}
1212
},
1313
{

Packages/Features/Sources/NotificationsUI/Rows/GroupedNotificationRow.swift

-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ struct GroupedNotificationRow: View {
6464
.padding(8)
6565
.background {
6666
RoundedRectangle(cornerRadius: 8)
67-
.fill(.thinMaterial)
6867
.stroke(
6968
LinearGradient(
7069
colors: [group.type.color, .indigo],

Packages/Model/Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
],
1616
dependencies: [
1717
.package(
18-
url: "https://github.com/MasterJ93/ATProtoKit", from: "0.23.2"),
18+
url: "https://github.com/MasterJ93/ATProtoKit", from: "0.23.3"),
1919
.package(url: "https://github.com/evgenyneu/keychain-swift", from: "24.0.0"),
2020
],
2121
targets: [

0 commit comments

Comments
 (0)