File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
GoInfoGame/GoInfoGame/quests/QuestCategory/UI Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments