Skip to content

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed Mar 11, 2021
1 parent 674e087 commit 1457f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/showcase/components/colors/colors.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h5>General Colors</h5>
<h5>Color Palette</h5>
<p>A palette consists of 9 colors where each color provides tints/shades from 50 to 900.</p>
<app-code lang="markup" ngNonBindable ngPreserveWhitespaces>
&lt;div :style="&#123;backgroundColor:'var(--blue-500)'&#125;"&gt;&lt;/div&gt;
&lt;div [ngStyle]="&#123;backgroundColor:'var(--blue-500)'&#125;"&gt;&lt;/div&gt;
</app-code>

<div class="card">
Expand Down

0 comments on commit 1457f10

Please sign in to comment.