feat: update loyalty overview table ui
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
padding: var(--Spacing-x5) var(--Spacing-x1);
|
||||
}
|
||||
|
||||
.tierHeading {
|
||||
.levelHeading {
|
||||
color: var(--Scandic-Peach-70);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user