Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
ming1016 committed May 18, 2024
1 parent 9eeed71 commit aef5084
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

import SwiftUI
import SwiftData
import Charts
import InfoOrganizer

struct CategoryListView: View {
Expand Down
4 changes: 0 additions & 4 deletions SwiftPamphletApp/InfoOrganizer/Category/CategoryRowView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ struct CategoryRowView: View {
@State var cate: IOCategory
let selectedCate: IOCategory?

var cateColor: Color {
selectedCate == cate ? Color.white : Color.accentColor
}

var body: some View {
HStack {
if cate.pin == 1 {
Expand Down

0 comments on commit aef5084

Please sign in to comment.