diff --git a/components/date-picker/style/index.scss b/components/date-picker/style/index.scss index f39c7c7c8..a559fa881 100644 --- a/components/date-picker/style/index.scss +++ b/components/date-picker/style/index.scss @@ -573,7 +573,7 @@ $basic-color: #4284f5 !default; } &__cell { - &.today:not(.in-range) { + &.today:not(.in-range):not(.range-se) { .hi-datepicker__text { border: 1px solid map-get(get-palette($value), '50'); color: map-get(get-palette($value), '50'); diff --git a/package.json b/package.json index f52e09c01..a68aa4874 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/hiui", - "version": "1.5.9", + "version": "1.5.11", "description": "HIUI for React", "scripts": { "test": "node_modules/.bin/standard && node_modules/.bin/stylelint --config .stylelintrc 'components/**/*.scss'",