AlphaWallet / AlphaWallet/alpha-wallet-ios
HorizontalButtonBar does not appear to display disabled buttons with the correct colour backgrounds
- 主要语言
- Swift
- 星标
- 631
- 派生
- 384
- PR 合并指标
- 30 天内没有已合并 PR
描述
While debugging, changing the inactive background to green does not show green buttons. This means the inactive button background is not working.
```swift
static let primaryButtonBackgroundInactive = UIColor { trait in
return colorFrom(trait: trait, lightColor: R.color.mike()!, darkColor: R.color.green()!)
}
```
```swift
static let secondaryButtonBackgroundInactive = UIColor { trait in
return colorFrom(trait: trait, lightColor: R.color.mike()!, darkColor: R.color.green()!)
}
```

Button is disabled but the background image does not appear to be set correctly.

贡献指南
评估
这个 Issue 还没有评估数据。