Skip to content

Commit

Permalink
refactor: revision of Pagination-TransitionReplace design tokens (#3056)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKulkoRaccoonGang committed Aug 1, 2024
1 parent 11d3579 commit 7bccecd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions tokens/src/core/components/ProductTour.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@
"max": { "value": "480px", "type": "dimension", "source": "$checkpoint-max-width" }
},
"arrow": {
"bottom": {
"value": "{size.product-tour.checkpoint.width.arrow} {size.product-tour.checkpoint.width.border}",
"type": "dimension",
"source": "$checkpoint-arrow-border-bottom"
},
"top": {
"value": "{size.product-tour.checkpoint.width.arrow}",
"type": "dimension",
Expand Down
2 changes: 1 addition & 1 deletion tokens/src/core/global/spacing.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"table": {
"cell": {
"padding": {
"base": { "value": "75rem", "type": "dimension", "source": "$table-cell-padding", "description": "Padding for tables." },
"base": { "value": ".75rem", "type": "dimension", "source": "$table-cell-padding", "description": "Padding for tables." },
"sm": { "value": ".3rem", "type": "dimension", "source": "$table-cell-padding-sm", "description": "Padding sm for tables." }
}
}
Expand Down

0 comments on commit 7bccecd

Please sign in to comment.