Skip to content

Commit

Permalink
applied review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ribeiroguilherme committed Oct 18, 2024
1 parent cf9b6be commit d6ed55b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/lib/src/components/internal/Timeline/Timeline.scss
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
@import 'styles/variable-generator';

.adyen-checkout-timeline {
scrollbar-color: #c0c5cc transparent;
scrollbar-color: token(color-background-quaternary) transparent;
}

.adyen-checkout-timeline__items {
all: unset;
}

.adyen-checkout-timeline-item {
scrollbar-color: var(--b-color-background-quaternary) transparent;
scrollbar-color: var(color-background-quaternary) transparent;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
list-style-type: none;
Expand Down Expand Up @@ -44,7 +44,7 @@
position: relative;

&::before {
background-color: #c9cdd3;
background-color: token(color-separator-secondary);
content: "";
height: 100%;
left: 50%;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Meta, StoryObj } from '@storybook/preact';
import Timeline from '../../../src/components/internal/Timeline';
import { Timeline } from '../../../src/components/internal/Timeline';

const meta: Meta = {
title: 'Internals/Timeline',
Expand Down

0 comments on commit d6ed55b

Please sign in to comment.