Skip to content

Commit

Permalink
Merge pull request #732 from XiaoMi/hotfix/1.x-datepicker-color
Browse files Browse the repository at this point in the history
Hotfix/1.x datepicker color
  • Loading branch information
solarjoker authored Oct 18, 2019
2 parents 82aabc0 + e2d5ba7 commit 5dca19f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/date-picker/style/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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'",
Expand Down

0 comments on commit 5dca19f

Please sign in to comment.