Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 32c90eb

Browse files
NetP onboarding: changes a color and updates some assets (#1547)
Task/Issue URL: https://app.asana.com/0/0/1205330979601115/f - https://app.asana.com/0/0/1205330979601114/f ## Description Updates some assets according to the design requests in the tasks above. But in case you want to see more, here's the figma link: https://www.figma.com/file/nscneJs8hvI6j2m24AFTsD/Setup-steps-macOS-Network-Protection?node-id=176%3A45346&mode=dev
1 parent 4258c30 commit 32c90eb

File tree

8 files changed

+3
-3
lines changed

8 files changed

+3
-3
lines changed

LocalPackages/NetworkProtectionUI/Sources/NetworkProtectionUI/Resources/Assets.xcassets/Colors/OnboardingStepBorderColor.colorset/Contents.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"color" : {
55
"color-space" : "srgb",
66
"components" : {
7-
"alpha" : "0.090",
7+
"alpha" : "0.180",
88
"blue" : "0x00",
99
"green" : "0x00",
1010
"red" : "0x00"
@@ -22,7 +22,7 @@
2222
"color" : {
2323
"color-space" : "srgb",
2424
"components" : {
25-
"alpha" : "0.090",
25+
"alpha" : "0.180",
2626
"blue" : "0xFF",
2727
"green" : "0xFF",
2828
"red" : "0xFF"
Loading
Loading
Loading
0 Bytes
Loading
-245 Bytes
Loading
-667 Bytes
Loading

LocalPackages/NetworkProtectionUI/Sources/NetworkProtectionUI/Views/OnboardingStepView/OnboardingStepView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ struct OnboardingStepView: View {
119119
.cornerRadius(8)
120120
.background(
121121
RoundedRectangle(cornerRadius: 6, style: .circular)
122-
.stroke(Color(.onboardingStepBorder))
122+
.stroke(Color(.onboardingStepBorder), lineWidth: 1)
123123
.background(
124124
RoundedRectangle(cornerRadius: 6, style: .circular)
125125
.fill(Color(.onboardingStepBackground))

0 commit comments

Comments
 (0)