Skip to content

Commit

Permalink
#1317: Fix two-handed item view background color when active (#1321)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjb authored Nov 21, 2023
1 parent 16e5e69 commit 8e19607
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion HabitRPG/Storyboards/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -1580,7 +1580,6 @@
</constraints>
</imageView>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstItem="gfN-10-DvM" firstAttribute="top" secondItem="Ogx-Ep-izu" secondAttribute="top" id="1Jw-ns-flV"/>
<constraint firstAttribute="height" constant="20" id="Cbm-wP-dGn"/>
Expand Down
1 change: 0 additions & 1 deletion HabitRPG/TableviewCells/Inventory/EquipmentCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ class EquipmentCell: UITableViewCell {
}

func configure(_ gear: GearProtocol) {
twoHandedView.backgroundColor = ThemeService.shared.theme.contentBackgroundColor
gearImageView.setImagewith(name: "shop_\(gear.key ?? "")")
titleLabel.text = gear.text
descriptionlabel.text = gear.notes
Expand Down

0 comments on commit 8e19607

Please sign in to comment.