feat(BOOK-757): Replaced Biroscript component with Typography
Approved-by: Bianca Widstam
This commit is contained in:
@@ -16,6 +16,7 @@ export default function RewardValue({ reward }: RewardValueProps) {
|
||||
icon="check_circle"
|
||||
size={32}
|
||||
color="Icon/Feedback/Success"
|
||||
className={styles.checkIcon}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
||||
@@ -17,3 +17,7 @@
|
||||
text-align: center;
|
||||
color: var(--UI-Grey-80);
|
||||
}
|
||||
|
||||
.checkIcon {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user