Skip to content

Commit

Permalink
remove line
Browse files Browse the repository at this point in the history
  • Loading branch information
andreadelrio committed Oct 16, 2023
1 parent 0edacd3 commit ac1e51d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/comment_list/comment_event.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const _generateEventBorderColor = (
{ euiTheme, colorMode }: UseEuiTheme,
color: EuiCommentEventProps['eventColor']
) => {
//const ratio = colorMode === 'LIGHT' ? 0.6 : 0.6;
const ratio = 0.6;
switch (color) {
case 'accent':
Expand Down

0 comments on commit ac1e51d

Please sign in to comment.