Skip to content

Commit

Permalink
[ACS-8160] apply styles for tags in info drawer (#4126)
Browse files Browse the repository at this point in the history
Co-authored-by: jacekpluta <[email protected]>
  • Loading branch information
tamaragruszka and jacekpluta authored Dec 11, 2024
1 parent 7fcc0af commit af6deb4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.app-metadata-tab {
.adf-dynamic-chip-list-chip {
background-color: var(--theme-background-card-colour);
border: 1px solid var(--theme-text-color);
border-radius: 10px;
color: var(--theme-text-color);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
[displayAspect]="metadataAspect"
/>
`,
styleUrls: ['metadata-tab.component.scss'],
encapsulation: ViewEncapsulation.None,
host: { class: 'app-metadata-tab' }
})
Expand Down

0 comments on commit af6deb4

Please sign in to comment.