Skip to content

Commit

Permalink
Fixed indentatino (I think?)
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-b-stb committed Aug 14, 2024
1 parent 89f59c8 commit ed2ae57
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app-ios/Sources/TimetableFeature/TimetableListView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ public struct TimetableView: View {
selectedTab = tabItem
}, label: {
HStack(spacing: 6) {
Text(tabItem.rawValue).textStyle(.titleMedium).underline(selectedTab == tabItem)
}
.foregroundStyle(selectedTab == tabItem ? AssetColors.Custom.iguana.swiftUIColor : AssetColors.Surface.onSurface.swiftUIColor)
.padding(6)
Text(tabItem.rawValue).textStyle(.titleMedium).underline(selectedTab == tabItem)
}
.foregroundStyle(selectedTab == tabItem ? AssetColors.Custom.iguana.swiftUIColor : AssetColors.Surface.onSurface.swiftUIColor)
.padding(6)
})
}
Spacer()
Expand Down

0 comments on commit ed2ae57

Please sign in to comment.