Feature/improve style of symbol autocomplete component (#4070)

* Improve style

* Update changelog
main
Thomas Kaul 20 hours ago committed by GitHub
parent fc7e350cf7
commit 4e368e09a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Improved the style of the symbol search component
- Extended the users table in the admin control panel
## 2.124.1 - 2024-11-25

@ -19,7 +19,7 @@
[value]="lookupItem"
>
<span class="align-items-center d-flex line-height-1"
><b>{{ lookupItem.name }}</b>
><span>{{ lookupItem.name }}</span>
@if (lookupItem.dataProviderInfo.isPremium) {
<gf-premium-indicator class="ml-1" [enableLink]="false" />
}

Loading…
Cancel
Save