Skip to content

Commit

Permalink
docs(VProgressLinear): change dark-blue color selection (#20750)
Browse files Browse the repository at this point in the history
  • Loading branch information
MalachiBatt authored Dec 3, 2024
1 parent b42fa06 commit f07b54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/examples/v-progress-linear/usage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<template v-slot:configuration>
<v-select
v-model="color"
:items="['primary', 'blue-lighten-3', 'error', 'dark-blue']"
:items="['primary', 'blue-lighten-3', 'error', 'blue-darken-3']"
label="Color"
clearable
></v-select>
Expand Down

0 comments on commit f07b54c

Please # to comment.