Star Balance Modal: Adjust styles for the Stars Gift Button (#5589)
This commit is contained in:
parent
92bb456d95
commit
951378f7c9
@ -158,6 +158,7 @@
|
|||||||
grid-column: 1/-1;
|
grid-column: 1/-1;
|
||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
margin-top: 0.5rem;
|
margin-top: 0.5rem;
|
||||||
|
font-weight: var(--font-weight-medium);
|
||||||
}
|
}
|
||||||
|
|
||||||
.paymentContent {
|
.paymentContent {
|
||||||
|
|||||||
@ -18,7 +18,6 @@ import useLastCallback from '../../../hooks/useLastCallback';
|
|||||||
import useOldLang from '../../../hooks/useOldLang';
|
import useOldLang from '../../../hooks/useOldLang';
|
||||||
|
|
||||||
import Icon from '../../common/icons/Icon';
|
import Icon from '../../common/icons/Icon';
|
||||||
import StarIcon from '../../common/icons/StarIcon';
|
|
||||||
import SafeLink from '../../common/SafeLink';
|
import SafeLink from '../../common/SafeLink';
|
||||||
import Button from '../../ui/Button';
|
import Button from '../../ui/Button';
|
||||||
import InfiniteScroll from '../../ui/InfiniteScroll';
|
import InfiniteScroll from '../../ui/InfiniteScroll';
|
||||||
@ -225,11 +224,11 @@ const StarsBalanceModal = ({
|
|||||||
)}
|
)}
|
||||||
{canBuyPremium && !areBuyOptionsShown && shouldSuggestGifting && (
|
{canBuyPremium && !areBuyOptionsShown && shouldSuggestGifting && (
|
||||||
<Button
|
<Button
|
||||||
className={buildClassName(styles.starButton, 'settings-main-menu-star')}
|
isText
|
||||||
color="translucent"
|
noForcedUpperCase
|
||||||
|
className={styles.starButton}
|
||||||
onClick={openStarsGiftingPickerModalHandler}
|
onClick={openStarsGiftingPickerModalHandler}
|
||||||
>
|
>
|
||||||
<StarIcon className="icon" type="gold" size="big" />
|
|
||||||
{oldLang('TelegramStarsGift')}
|
{oldLang('TelegramStarsGift')}
|
||||||
</Button>
|
</Button>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user