Skip to content

Commit

Permalink
Matched text color with other input type components
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Kwiatkowski committed Feb 21, 2019
1 parent 2b8300b commit 3bd6896
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/src/components/forms/_file-input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ $file-input-button-padding-large: ($pt-input-height-large - $pt-button-height) /
right: 0;
left: 0;
padding-right: $file-input-button-width + $input-padding-horizontal;
color: $pt-text-color-disabled;
user-select: none;

&::after {
Expand Down Expand Up @@ -114,7 +115,7 @@ $file-input-button-padding-large: ($pt-input-height-large - $pt-button-height) /

.#{$ns}-dark & {
@include pt-dark-input();
color: $pt-dark-text-color-muted;
color: $pt-dark-text-color-disabled;

&::after {
@include pt-dark-button();
Expand Down

1 comment on commit 3bd6896

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Matched text color with other input type components

Previews: documentation | landing | table

Please sign in to comment.