feat(BOOK-757): Replaced Biroscript component with Typography

Approved-by: Bianca Widstam
This commit is contained in:
Erik Tiekstra
2026-01-20 12:37:05 +00:00
parent 9e373ed600
commit 510f25a812
17 changed files with 92 additions and 250 deletions

View File

@@ -16,6 +16,7 @@ export default function RewardValue({ reward }: RewardValueProps) {
icon="check_circle"
size={32}
color="Icon/Feedback/Success"
className={styles.checkIcon}
/>
)
}

View File

@@ -17,3 +17,7 @@
text-align: center;
color: var(--UI-Grey-80);
}
.checkIcon {
display: inline-flex;
}