Skip to content

Commit

Permalink
fix(DatePicker): fix warning styles for DatePicker (#7658)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
tw15egan and kodiakhq[bot] authored Feb 2, 2021
1 parent f20d953 commit d23ca11
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@
width: rem(288px);
}

.#{$prefix}--date-picker
.#{$prefix}--date-picker-input__wrapper--warn
~ .#{$prefix}--form-requirement {
color: $text-01;
}
.#{$prefix}--date-picker__input {
@include reset;
@include type-style('code-02');
Expand Down

0 comments on commit d23ca11

Please sign in to comment.