diff --git a/src/components/modals/gift/UniqueGiftHeader.module.scss b/src/components/modals/gift/UniqueGiftHeader.module.scss index f09db17df..8c8d29a3f 100644 --- a/src/components/modals/gift/UniqueGiftHeader.module.scss +++ b/src/components/modals/gift/UniqueGiftHeader.module.scss @@ -3,6 +3,7 @@ display: flex; flex-direction: column; + gap: 0.25rem; align-items: center; width: 100%; @@ -32,9 +33,11 @@ .subtitleBadge { margin-top: 0.25rem; padding: 0.75rem; - padding-block: 0.125rem; + padding-block: 0.25rem; border-radius: 1rem; + line-height: 1rem; + background-color: rgba(0, 0, 0, 0.2); backdrop-filter: blur(50px);