Skip to content

Commit

Permalink
updated migration notes
Browse files Browse the repository at this point in the history
  • Loading branch information
fraincs committed Oct 3, 2024
1 parent 3c64c79 commit b0adef2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Coming from Orbiter, you should be aware of the following change:

- The default `gap` value has been reduced to `1rem` / `var(--hop-space-inline-md)` from `1.25rem`. Use `UNSAFE_gap="1.25rem"` as a temporary measure during the migration to the Hopper design language. This value should eventually be updated to `1rem` / `var(--hop-space-inline-md)` to align with the new design standards.
- The default `gap` value has been reduced to `1rem` / `var(--hop-space-inline-md)` from `1.25rem`. Use `UNSAFE_gap="1.25rem"` as a temporary measure during the migration to the Hopper design system. This value should eventually be removed to align with the new design standards.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Coming from Orbiter, you should be aware of the following change:

- The default `gap` value has been reduced to `1rem` / `var(--hop-space-stack-md)` from `1.25rem`. Use `UNSAFE_gap="1.25rem"` as a temporary measure during the migration to the Hopper design language. This value should eventually be updated to `1rem` / `var(--hop-space-stack-md)` to align with the new design standards.
- The default `gap` value has been reduced to `1rem` / `var(--hop-space-stack-md)` from `1.25rem`. Use `UNSAFE_gap="1.25rem"` as a temporary measure during the migration to the Hopper design system. This value should eventually be removed to align with the new design standards.

0 comments on commit b0adef2

Please sign in to comment.