diff --git a/docs/examples/date-picker/custom-content.vue b/docs/examples/date-picker/custom-content.vue index b383eeb25c..c1f64ca60a 100644 --- a/docs/examples/date-picker/custom-content.vue +++ b/docs/examples/date-picker/custom-content.vue @@ -54,14 +54,14 @@ const isHoliday = ({ dayjs }) => { border-radius: 50%; } .cell.current .text { - background: purple; + background: #626aef; color: #fff; } .cell .holiday { position: absolute; width: 6px; height: 6px; - background: red; + background: var(--el-color-danger); border-radius: 50%; bottom: 0px; left: 50%; diff --git a/docs/examples/upload/avatar.vue b/docs/examples/upload/avatar.vue index 3cc119a7f2..f0098cef7f 100644 --- a/docs/examples/upload/avatar.vue +++ b/docs/examples/upload/avatar.vue @@ -49,7 +49,7 @@ const beforeAvatarUpload: UploadProps['beforeUpload'] = (rawFile) => {