Skip to content

Commit abf434c

Browse files
committed
Update ManageQuestsView.swift
1 parent 789e313 commit abf434c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

GoInfoGame/GoInfoGame/quests/QuestCategory/UI/ManageQuestsView.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ struct ManageQuestsView: View {
1717
HStack(alignment: .firstTextBaseline) {
1818
Text("Choose which features to survey")
1919
.font(.custom("Lato-Bold", size: 20))
20-
.foregroundColor(Color(red: 69/255, green: 81/255, blue: 108/255))
20+
.foregroundColor(Asset.Colors.huskyPurple.swiftUIColor)
2121
.padding(.top, 30)
2222

2323
Spacer()
@@ -28,6 +28,7 @@ struct ManageQuestsView: View {
2828
Image(systemName: "xmark.circle")
2929
.resizable()
3030
.frame(width: 25, height: 25)
31+
.foregroundStyle(Asset.Colors.accentPink.swiftUIColor)
3132
})
3233
}
3334
.padding(.horizontal, 16)
@@ -57,7 +58,7 @@ struct ManageQuestsView: View {
5758
.font(.custom("Lato-Bold", size: 16))
5859
.foregroundColor(Color(red: 69/255, green: 81/255, blue: 108/255))
5960
}
60-
.toggleStyle(SwitchToggleStyle(tint: .purple))
61+
.toggleStyle(SwitchToggleStyle(tint: Asset.Colors.accentPink.swiftUIColor))
6162
.padding(.horizontal, 10)
6263
.padding(.vertical, 6)
6364

0 commit comments

Comments
 (0)