Skip to content

Commit

Permalink
fix(DataCard): fix border color of card
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbrocal committed Feb 1, 2021
1 parent 828a4c0 commit cb4c3b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Mistica/Source/Components/Cards/DataCard.swift
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ private extension DataCard {
cardBaseView.contentView.descriptionLabel.textColor = .textSecondary
cardBaseView.contentView.descriptionLabel.minHeight = 20
cardBaseView.contentView.descriptionLabel.numberOfLines = 0

addBorder()
}

func configure(with configuration: DataCardConfiguration) {
Expand Down

0 comments on commit cb4c3b0

Please sign in to comment.