♻️(demo) update demo for new tokens

We need to update the demo to make it work with new tokens.
This commit is contained in:
Nathan Vasse
2025-09-23 14:40:32 +02:00
committed by NathanVss
parent 759b1d5e53
commit 2e1f28f5ec
8 changed files with 1041 additions and 1074 deletions

View File

@@ -20,7 +20,8 @@ const Onboarding = () => {
rightActions={
<div className="onboarding__footer">
<Button
color="primary"
color="brand"
variant="primary"
iconPosition="right"
fullWidth={true}
onClick={handleClose}
@@ -29,7 +30,8 @@ const Onboarding = () => {
</Button>
<Button
href="https://openfun.github.io/cunningham/storybook"
color="tertiary"
color="brand"
variant="tertiary"
size="small"
icon={<span className="material-icons">open_in_new</span>}
fullWidth={true}