Skip to content

Commit

Permalink
Merge pull request #5436 from pat270/clay-5435
Browse files Browse the repository at this point in the history
fix(@clayui/css): Treeview btn should inherit component's color
  • Loading branch information
matuzalemsteles committed Mar 23, 2023
2 parents 42a7501 + 4e733f9 commit a9eba8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/clay-css/src/scss/cadmin/variables/_treeview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ $cadmin-treeview: map-merge(
margin-bottom: 0,
padding: 2px 0,
btn: (
color: inherit,
font-size: 12px,
line-height: 1,
padding: 6px 8px,
Expand Down
1 change: 1 addition & 0 deletions packages/clay-css/src/scss/variables/_treeview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ $treeview: map-merge(
margin-bottom: 0,
padding: 2px 0,
btn: (
color: inherit,
font-size: 12px,
line-height: 1,
padding: 6px 8px,
Expand Down

0 comments on commit a9eba8d

Please sign in to comment.