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 committed Nov 7, 2023
1 parent 51f31f5 commit 20628fa
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 @@ -117,4 +117,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 @@ -116,4 +116,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 20628fa

Please sign in to comment.