style(subscription): brighten coins offer section

This commit is contained in:
2026-06-29 15:17:05 +08:00
parent 4f919d46ad
commit 4f11cbda09
2 changed files with 6 additions and 6 deletions
@@ -2,8 +2,8 @@
overflow: hidden; overflow: hidden;
border: 1px solid rgba(17, 17, 17, 0.12); border: 1px solid rgba(17, 17, 17, 0.12);
border-radius: 28px; border-radius: 28px;
background: #f7dce7; background: #fff8df;
box-shadow: 0 16px 42px rgba(31, 21, 25, 0.12); box-shadow: 0 16px 42px rgba(220, 162, 36, 0.12);
backdrop-filter: blur(18px); backdrop-filter: blur(18px);
} }
@@ -11,8 +11,8 @@
position: relative; position: relative;
padding: 18px 18px 22px; padding: 18px 18px 22px;
background: background:
linear-gradient(135deg, #f3cbd8 0%, #efbacd 58%, #eaa9c3 100%), linear-gradient(135deg, #fffdf2 0%, #fff3c8 58%, #ffe8a6 100%),
#efbacd; #fff3c8;
} }
.title { .title {
@@ -29,7 +29,7 @@
bottom: -12px; bottom: -12px;
width: 24px; width: 24px;
height: 24px; height: 24px;
background: #efbacd; background: #fff3c8;
transform: translateX(-50%) rotate(45deg); transform: translateX(-50%) rotate(45deg);
} }
@@ -25,7 +25,7 @@ export function SubscriptionCoinsOfferSection({
return ( return (
<section className={styles.section} aria-label="Buy coins directly"> <section className={styles.section} aria-label="Buy coins directly">
<div className={styles.heading}> <div className={styles.heading}>
<h2 className={styles.title}></h2> <h2 className={styles.title}>Buy Coins Directly</h2>
<span className={styles.notch} aria-hidden="true" /> <span className={styles.notch} aria-hidden="true" />
</div> </div>