Skip to content

Commit

Permalink
feat(combobox-item): apply heading color according to updated spec (#…
Browse files Browse the repository at this point in the history
…9883)

**Related Issue:** #9881

## Summary

Applies heading color across all states.
  • Loading branch information
jcfranco authored Jul 29, 2024
1 parent b25a0ae commit d8ddf57
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,10 @@ ul:focus {
white-space: nowrap;
}

.title {
color: var(--calcite-color-text-1);
}

.title,
.description,
.short-text {
Expand Down

0 comments on commit d8ddf57

Please sign in to comment.