소스 검색

Adjust looks of bolt and gear

Andrea Franceschini 4 년 전
부모
커밋
4d759d0204
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      ydnab/BudgetView.swift

+ 2 - 2
ydnab/BudgetView.swift

@@ -123,10 +123,10 @@ struct BudgetViewSummary: View {
                 }
                 Spacer()
                 Button(action: { showNotImplemented.toggle() }) { // TODO: Implement this
-                    Image(systemName: "bolt")
+                    Image(systemName: "bolt.fill")
                 }
                 Button(action: { showNotImplemented.toggle() }) { // TODO: Implement this
-                    Image(systemName: "gear")
+                    Image(systemName: "gearshape.fill")
                 }.padding(.leading, 11)
             }
             .padding(.vertical, 11)