Skip to content

Commit f622180

Browse files
committed
pr feedback cleanup
1 parent 87ae0a1 commit f622180

File tree

14 files changed

+27
-56
lines changed

14 files changed

+27
-56
lines changed

KDS/Sources/KDS/Colors/Colors.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public struct Colors {
199199
public static let frosted = SemanticColor(
200200
"background/accent/gray/frosted",
201201
lightMode: .gray_550,
202-
lightModeAlpha: 0.24,
202+
lightModeAlpha: 0.25,
203203
darkMode: .gray_550,
204204
darkModeAlpha: 0.25
205205
)

Kickstarter-Framework/Sources/Kickstarter-Framework-iOSTests/Kickstarter-iOS/Features/VideoFeed/Controller/VideoFeedViewControllerTests.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ final class VideoFeedViewControllerTests: TestCase {
3131
height: device.deviceSize.height
3232
))
3333

34-
cell.configureWith(value: .init(
34+
cell.configureWith(value: VideoFeedItem(
3535
id: "0",
3636
title: "Ringo Move - The Ultimate Workout Bottle",
3737
creator: "Creator Name",
@@ -43,8 +43,7 @@ final class VideoFeedViewControllerTests: TestCase {
4343

4444
assertSnapshot(
4545
matching: cell,
46-
as: .image(perceptualPrecision: 0.98),
47-
named: "lang_\(language)_device_\(device)"
46+
as: .image(perceptualPrecision: 0.99)
4847
)
4948
}
5049
}

0 commit comments

Comments
 (0)