Use list colors for list header icons

This commit is contained in:
2026-06-30 14:05:25 +02:00
parent ad9c489102
commit bb5b69711c
4 changed files with 26 additions and 6 deletions

View File

@@ -177,7 +177,11 @@ export default class PlacesSidebar extends Component {
/></button>
{{/if}}
{{#if @title}}
<h2><Icon @name="bookmark" @size={{20}} @color="#333" />
<h2><Icon
@name="bookmark"
@size={{20}}
@color={{or @color "#898989"}}
/>
{{@title}}</h2>
{{else if this.isNearbySearch}}
<h2><Icon @name="target" @size={{20}} @color="#ea4335" />