Skip to content

Commit

Permalink
Hack Margin for icon
Browse files Browse the repository at this point in the history
  • Loading branch information
afterxleep committed Jan 15, 2024
1 parent ae602f1 commit 151da33
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions DuckDuckGo/SettingsCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ struct SettingsPickerCellView<T: CaseIterable & Hashable & CustomStringConvertib
Image(systemName: "chevron.up.chevron.down")
.font(Font.system(.footnote).weight(.bold))
.foregroundColor(Color(UIColor.tertiaryLabel))
.padding(.trailing, -2)
}
}
}
Expand All @@ -222,8 +223,6 @@ struct SettingsPickerCellView<T: CaseIterable & Hashable & CustomStringConvertib
Image(systemName: "checkmark")
}
Text(option)
.daxBodyRegular()
.foregroundColor(Color(designSystemColor: .textSecondary))
}
}
}
Expand Down

0 comments on commit 151da33

Please sign in to comment.