Skip to content

Commit 8f5f068

Browse files
Merge pull request #1184 from Amarjeet325/feat_#1100
color of Quest Analytics changed
2 parents 0bf82ce + e474a64 commit 8f5f068

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

app/analytics/page.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,7 @@ export default function Page() {
4949
<div className={styles.backButton}>
5050
<BackButton onClick={() => router.back()} />
5151
</div>
52-
<Typography
53-
type={TEXT_TYPE.H1}
54-
color="transparent"
55-
className={styles.title}
56-
>
52+
<Typography type={TEXT_TYPE.H1} className={styles.title}>
5753
Quest Analytics
5854
</Typography>
5955
<div className={styles.card_container}>

styles/questboost.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.title {
22
font-family: "Sora-Bold";
3+
background: #f4faff;
34
font-size: 2.5rem;
45
text-align: center;
5-
background: linear-gradient(45deg, var(--primary), var(--tertiary));
66
-webkit-background-clip: text;
77
-webkit-text-fill-color: transparent;
88
background-clip: text;

0 commit comments

Comments
 (0)