Skip to content

Commit

Permalink
refactor(Timeline): change storybook timeline colors to fix accessibi…
Browse files Browse the repository at this point in the history
…lity issues
  • Loading branch information
Alexis Sourtzis committed Apr 11, 2022
1 parent b2fe0bf commit 79da8dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/Timeline/Timeline.stories.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ Multiple.args = {
time: 'Date and time',
title: 'Title 3',
description: 'description 3',
color: 'teal',
color: 'violet',
tags: [],
},
],
Expand Down Expand Up @@ -301,7 +301,7 @@ MultipleReversed.args = {
time: 'Date and time',
title: 'Title 3',
description: 'description 3',
color: 'teal',
color: 'violet',
tags: [],
},
],
Expand Down

0 comments on commit 79da8dc

Please sign in to comment.