Skip to content

Commit

Permalink
fix(pie-toast): DSW-2476 use tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
raoufswe committed Nov 19, 2024
1 parent 2465460 commit 25ffeb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/pie-toast/src/toast.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
--toast-line-height: #{p.line-height(--dt-font-body-s-line-height)};
--toast-icon-fill: var(--dt-color-content-default);
--toast-message-max-width: 100%;
--toast-offset: 16px;
--toast-offset: var(--dt-spacing-d);
--toast-translate-start: -100%;
--toast-translate-end: 0;

Expand Down Expand Up @@ -37,7 +37,7 @@
transition-timing-function: var(--dt-motion-easing-in);

@include media('>md') {
--toast-offset: 24px;
--toast-offset: var(--dt-spacing-e);
}

&.c-toast--rtl {
Expand Down

0 comments on commit 25ffeb7

Please sign in to comment.