Skip to content

Commit

Permalink
[core] fix: FormGroup sub label dark theme (#6810)
Browse files Browse the repository at this point in the history
Co-authored-by: svc-changelog <svc-changelog@palantir.com>
  • Loading branch information
berryde and svc-changelog authored May 20, 2024
1 parent 772e44c commit 0029cf1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/core/changelog/@unreleased/pr-6810.v2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
type: fix
fix:
description: '[core] fix: FormGroup sub label dark theme'
links:
- https://github.com/palantir/blueprint/pull/6810
1 change: 1 addition & 0 deletions packages/core/src/components/forms/_form-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ Styleguide form-group
}
}

.#{$ns}-form-group-sub-label,
.#{$ns}-form-helper-text {
color: $pt-dark-text-color-muted;
}
Expand Down

1 comment on commit 0029cf1

@svc-palantir-github
Copy link

Choose a reason for hiding this comment

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

[core] fix: FormGroup sub label dark theme (#6810)

Build artifact links for this commit: documentation | landing | table | demo

This is an automated comment from the deploy-preview CircleCI job.

Please sign in to comment.