feat: update loyalty overview table ui

This commit is contained in:
Matilda Landström
2024-06-28 10:13:32 +02:00
parent 1c76725b4c
commit 1186511038
35 changed files with 433 additions and 396 deletions

View File

@@ -85,7 +85,7 @@ function LevelCard({ formatMessage, lang, level }: LevelCardProps) {
}
return (
<article className={styles.card}>
<Title className={styles.tierHeading} level="h4">
<Title className={styles.levelHeading} level="h4">
{level.level}
</Title>
{Level ? <Level color="primaryLightOnSurfaceAccent" /> : null}

View File

@@ -30,7 +30,7 @@
padding: var(--Spacing-x5) var(--Spacing-x1);
}
.tierHeading {
.levelHeading {
color: var(--Scandic-Peach-70);
}