Skip to content

Commit

Permalink
Merge pull request #48 from open-formulieren/feature/4544-display-car…
Browse files Browse the repository at this point in the history
…d-previous-button

Added design tokens for card 'previous' button display
  • Loading branch information
sergei-maertens authored Oct 8, 2024
2 parents 4a9bc7a + dcbd1af commit 3f12e60
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/components/previous-link.tokens.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"of": {
"previous-link": {
"display-start": {"value": "none"},
"display-end": {"value": "inline-block"},
"icon": {
"display": {"value": "none"}
}
}
}
}

0 comments on commit 3f12e60

Please sign in to comment.