We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc3a797 commit 24d3144Copy full SHA for 24d3144
frontend/src/app/project/components/issues/issue-loader/issue-loader.component.html
@@ -1,5 +1,5 @@
1
<div class="p-10">
2
- <content-loader width="940" height="260" primaryColor="#f3f3f3" secondaryColor="#ecebeb">
+ <content-loader [backgroundColor]="'#f3f3f3'" [foregroundColor]="'#ecebeb'" [viewBox]="'0 0 940 300'">
3
<svg:rect x="0" y="0" rx="3" ry="3" width="627" height="24" />
4
<svg:rect x="0" y="29" rx="3" ry="3" width="506" height="24" />
5
<svg:rect x="0" y="77" rx="3" ry="3" width="590" height="16" />
0 commit comments