File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed
Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -366,8 +366,6 @@ describe('@aws-amplify/ui', () => {
366366 --amplify-components-link-color: var(--amplify-colors-font-interactive);
367367 --amplify-components-link-focus-color: var(--amplify-colors-font-focus);
368368 --amplify-components-link-hover-color: var(--amplify-colors-font-hover);
369- --amplify-components-link-large-font-size: var(--amplify-font-sizes-large);
370- --amplify-components-link-small-font-size: var(--amplify-font-sizes-small);
371369 --amplify-components-link-visited-color: var(--amplify-colors-font-interactive);
372370 --amplify-components-loader-width: var(--amplify-font-sizes-medium);
373371 --amplify-components-loader-height: var(--amplify-font-sizes-medium);
Original file line number Diff line number Diff line change @@ -400,8 +400,6 @@ describe('@aws-amplify/ui', () => {
400400 --amplify-components-link-color: var(--amplify-colors-font-interactive);
401401 --amplify-components-link-focus-color: var(--amplify-colors-font-focus);
402402 --amplify-components-link-hover-color: var(--amplify-colors-font-hover);
403- --amplify-components-link-large-font-size: var(--amplify-font-sizes-large);
404- --amplify-components-link-small-font-size: var(--amplify-font-sizes-small);
405403 --amplify-components-link-visited-color: var(--amplify-colors-font-interactive);
406404 --amplify-components-loader-width: var(--amplify-font-sizes-medium);
407405 --amplify-components-loader-height: var(--amplify-font-sizes-medium);
Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ export interface LinkTokens {
1313 color : DesignToken < ColorValue > ;
1414 focus : LinkStateTokens ;
1515 hover : LinkStateTokens ;
16- large : LinkSizeTokens ;
17- small : LinkSizeTokens ;
1816 visited : LinkStateTokens ;
1917}
2018
@@ -29,12 +27,6 @@ export const link: LinkTokens = {
2927 hover : {
3028 color : { value : '{colors.font.hover.value}' } ,
3129 } ,
32- large : {
33- fontSize : { value : '{fontSizes.large.value}' } ,
34- } ,
35- small : {
36- fontSize : { value : '{fontSizes.small.value}' } ,
37- } ,
3830 visited : {
3931 color : { value : '{colors.font.interactive.value}' } ,
4032 } ,
You can’t perform that action at this time.
0 commit comments