Skip to content

Commit

Permalink
chore(demo): fix color in tab (#6197)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Dec 11, 2023
1 parent 50dd1b2 commit b7514b1
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 37 deletions.
5 changes: 2 additions & 3 deletions projects/addon-doc/components/doc-tab/doc-tab.component.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<div class="t-tab">
<img
alt="logo"
<tui-svg
class="t-icon"
[src]="src"
/>
></tui-svg>
<ng-content></ng-content>
</div>
2 changes: 2 additions & 0 deletions projects/addon-doc/components/doc-tab/doc-tab.module.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import {NgModule} from '@angular/core';
import {TuiSvgModule} from '@taiga-ui/core';

import {TuiDocTabComponent} from './doc-tab.component';

@NgModule({
imports: [TuiSvgModule],
declarations: [TuiDocTabComponent],
exports: [TuiDocTabComponent],
})
Expand Down
64 changes: 30 additions & 34 deletions projects/demo/src/assets/icons/cypress.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b7514b1

Please sign in to comment.