Skip to content

Commit

Permalink
adjusted css variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ribeiroguilherme committed Jan 9, 2025
1 parent 86c701e commit a872a37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
&-header {
grid-area: header;
margin: 0;
line-height: token('text-title-m-line-height');
font-size: token('text-title-m-font-size');
font-weight: token('text-title-m-font-weight');
color: token('color-background-inverse-primary');
line-height: token(text-title-m-line-height);
font-size: token(text-title-m-font-size);
font-weight: token(text-title-m-font-weight);
color: token(color-background-inverse-primary);
}

&-text {
grid-area: text;
color: token('color-background-inverse-primary');
color: token(color-background-inverse-primary);

@include mixins.adyen-checkout-text-body;
}
Expand Down
1 change: 0 additions & 1 deletion packages/lib/src/components/internal/Link/Link.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@use 'styles/mixins';
@import 'styles/variable-generator';

.adyen-checkout-link {
@include mixins.adyen-checkout-link;
Expand Down

0 comments on commit a872a37

Please sign in to comment.