Skip to content

Commit

Permalink
fix: replace _footnote_ typography size token (#1696)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arturo Castillo Delgado authored Mar 31, 2023
1 parent 6c4a02a commit a33843f
Show file tree
Hide file tree
Showing 20 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/components/src/components/badge/badge.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
:host {
--background-color-circle: var(--telekom-color-primary-standard);
--color-circle: var(--telekom-color-text-and-icon-inverted-standard);
--font-size-circle: var(--telekom-typography-font-size-footnote);
--font-size-circle: var(--telekom-typography-font-size-badge, 10px);
--font-weight-circle: bold;
--border-radius-circle: var(--telekom-radius-circle);
--font-color-label: var(--telekom-color-text-and-icon-standard);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ duet-date-picker .duet-date__input::placeholder {
);
transition: all var(--telekom-motion-duration-transition)
var(--telekom-motion-easing-standard);
font-size: var(--telekom-typography-font-size-footnote);
font-size: var(--telekom-typography-font-size-small);
font-weight: var(--telekom-typography-font-weight-bold);
}

Expand Down
4 changes: 2 additions & 2 deletions packages/components/src/components/input/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
);
transition: all var(--telekom-motion-duration-transition)
cubic-bezier(var(--telekom-motion-easing-standard));
font-size: var(--telekom-typography-font-size-footnote);
font-size: var(--telekom-typography-font-size-badge, 10px);
font-weight: var(--telekom-typography-font-weight-bold);
}
.input--status-error .input__input,
Expand Down Expand Up @@ -225,7 +225,7 @@
);
transition: all var(--telekom-motion-duration-transition)
cubic-bezier(var(--telekom-motion-easing-standard));
font-size: var(--telekom-typography-font-size-footnote);
font-size: var(--telekom-typography-font-size-badge, 10px);
font-weight: var(--telekom-typography-font-weight-medium);
}
.input--transparent .input__input,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/*notification-badge circle*/
--background-color-circle: var(--telekom-color-primary-standard);
--color-circle: var(--telekom-color-text-and-icon-inverted-standard);
--font-size-circle: var(--telekom-typography-font-size-footnote);
--font-size-circle: var(--telekom-typography-font-size-badge, 10px);
--font-weight-circle: bold;
--border-radius-circle: var(--telekom-radius-circle);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

scale-nav-icon {
--spacing-mobile: var(--telekom-spacing-unit-x0) 6px;
--font-size-mobile: var(--telekom-typography-font-size-footnote);
--font-size-mobile: var(--telekom-typography-font-size-badge, 10px);
--line-height-mobile: var(--telekom-typography-line-spacing-tight);
--font-weight-mobile: var(--telekom-typography-font-weight-bold);

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export const Template = (args, { argTypes }) => ({
--transition-label: var(--transition);
--font-size-label: var(--telekom-typography-font-size-body);
--font-weight-label: var(--telekom-typography-font-weight-medium);
--font-size-label-focus: var(--telekom-typography-font-size-footnote);
--font-size-label-focus: var(--telekom-typography-font-size-small);
--font-weight-label-focus: var(--telekom-typography-font-weight-bold);
}
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ scale-textarea {
--transition-label: var(--transition);
--font-size-label: var(--telekom-typography-font-size-body);
--font-weight-label: var(--telekom-typography-font-weight-medium);
--font-size-label-focus: var(--telekom-typography-font-size-footnote);
--font-size-label-focus: var(--telekom-typography-font-size-small);
--font-weight-label-focus: var(--telekom-typography-font-weight-bold);
}
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ scale-text-field {
--transition-label: var(--transition);
--font-size-label: var(--telekom-typography-font-size-body);
--font-weight-label: var(--telekom-typography-font-weight-medium);
--font-size-label-focus: var(--telekom-typography-font-size-footnote);
--font-size-label-focus: var(--telekom-typography-font-size-small);
--font-weight-label-focus: var(--telekom-typography-font-weight-bold);
}
```
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a33843f

Please sign in to comment.