Skip to content
Snippets Groups Projects
Commit b4f5cb78 authored by Xiao Gui's avatar Xiao Gui
Browse files

chore: add contrast to dataset header

parent c708010a
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,8 @@
</button>
<mat-card class="mat-elevation-z4">
<div class="header-container">
<div class="header-container"
[style.backgroundColor]="'rgba(128,128,128, 0.2)'">
<mat-card-title>
<ng-content select="[region-of-interest]"></ng-content>
<div>
......@@ -41,7 +42,7 @@
</mat-card-subtitle>
</div>
<mat-card-content>
<mat-card-content class="mt-2">
<mat-tab-group>
<!-- details -->
......@@ -71,7 +72,8 @@
{{ feature.type }}
</ng-template>
<ng-template matTabContent>
<feature-explorer [feature]="feature">
<feature-explorer [feature]="feature"
[region]="region$ | async">
</feature-explorer>
</ng-template>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment