Skip to content

Commit

Permalink
fix(VTimeline): provide correct dot-color default
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Apr 11, 2024
1 parent 10b3a72 commit 380e8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuetify/src/components/VTimeline/VTimeline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const VTimeline = genericComponent()({
},
VTimelineItem: {
density: toRef(props, 'density'),
dotColor: toRef(props, 'lineColor'),
dotColor: toRef(props, 'dotColor'),
fillDot: toRef(props, 'fillDot'),
hideOpposite: toRef(props, 'hideOpposite'),
iconColor: toRef(props, 'iconColor'),
Expand Down

0 comments on commit 380e8e6

Please sign in to comment.