File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/app/showcase/doc/icons Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import { Code } from '@domain/code';
1010 <div class="card flex justify-content-center gap-3">
1111 <i class="pi pi-check" style="color: slateblue"></i>
1212 <i class="pi pi-times" style="color: green"></i>
13- <i class="pi pi-search" style="color: ' var(--primary-color)' "></i>
13+ <i class="pi pi-search" style="color: var(--primary-color)"></i>
1414 <i class="pi pi-user" style="color: #708090"></i>
1515 </div>
1616 <app-code [code]="code" [hideToggleCode]="true"></app-code>
@@ -20,7 +20,7 @@ export class ColorDoc {
2020 code : Code = {
2121 basic : `<i class="pi pi-check" style="color: slateblue"></i>
2222<i class="pi pi-times" style="color: green"></i>
23- <i class="pi pi-search" style="color: ' var(--primary-color)' "></i>
23+ <i class="pi pi-search" style="color: var(--primary-color)"></i>
2424<i class="pi pi-user" style="color: #708090"></i>`
2525 } ;
2626}
You can’t perform that action at this time.
0 commit comments