Skip to content

Commit

Permalink
use gray instead of color for non colored table group title
Browse files Browse the repository at this point in the history
  • Loading branch information
kaulex99 committed Jul 11, 2024
1 parent 06765d6 commit b47d8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WaiterRobot/Ui/TableList/TableGroupSection.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ struct TableGroupSection: View {
if let background = Color(hex: tableGroup.color) {
title(backgroundColor: background)
} else {
title(backgroundColor: Color(.main))
title(backgroundColor: .gray.opacity(0.3))
}

Spacer()
Expand Down

0 comments on commit b47d8ad

Please sign in to comment.