diff --git a/styles/less/global/inventory-item.less b/styles/less/global/inventory-item.less index fc79cdc4..1f5840af 100644 --- a/styles/less/global/inventory-item.less +++ b/styles/less/global/inventory-item.less @@ -309,12 +309,14 @@ background-color: @dark-blue; bottom: 0; mask-image: linear-gradient(180deg, transparent 0%, black 20%); + border-radius: 0 0 6px 6px; .card-name { font-style: normal; font-weight: 400; font-size: var(--font-size-12); line-height: 15px; + text-align: center; color: @beige; }