Skip to content

Commit

Permalink
chore(tokens): tooltip animation distance custom tokens for desktop/m…
Browse files Browse the repository at this point in the history
…obile
  • Loading branch information
mdt2 authored and pfulton committed Nov 9, 2023
1 parent 77670d7 commit 2078d67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/tokens/custom-spectrum/custom-large-vars.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,6 @@ governing permissions and limitations under the License.
--spectrum-assetcard-title-font-size: var(--spectrum-heading-size-xxs);
--spectrum-assetcard-header-content-font-size: var(--spectrum-heading-size-xxs);
--spectrum-assetcard-content-font-size: var(--spectrum-body-size-xs);

--spectrum-tooltip-animation-distance: 5px;
}
2 changes: 2 additions & 0 deletions components/tokens/custom-spectrum/custom-medium-vars.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,6 @@ governing permissions and limitations under the License.
--spectrum-assetcard-title-font-size: var(--spectrum-heading-size-xs);
--spectrum-assetcard-header-content-font-size: var(--spectrum-heading-size-xs);
--spectrum-assetcard-content-font-size: var(--spectrum-body-size-s);

--spectrum-tooltip-animation-distance: var(--spectrum-spacing-75);
}

0 comments on commit 2078d67

Please sign in to comment.