Skip to content

Commit

Permalink
fix: RarityBadge flex (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio authored Apr 8, 2024
1 parent e7808e1 commit e659e5e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/RarityBadge/RarityBadge.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
}

.dui-rarity-badge .wrapper {
display: flex;
align-items: center;
justify-content: center;
border-radius: 5px;
}

Expand All @@ -25,3 +28,7 @@
.dui-rarity-badge .wrapper.small .text {
font-size: 13px;
}

.dui-rarity-badge .text {
line-height: normal;
}

0 comments on commit e659e5e

Please sign in to comment.