fix(core): update
This commit is contained in:
parent
83ede1edea
commit
313009d3ff
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@designestate/dees-catalog',
|
name: '@designestate/dees-catalog',
|
||||||
version: '1.0.122',
|
version: '1.0.123',
|
||||||
description: 'website for lossless.com'
|
description: 'website for lossless.com'
|
||||||
}
|
}
|
||||||
|
@ -95,8 +95,8 @@ export class DeesIcon extends DeesElement {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: ${this.svgSize}px;
|
height: ${this.svgSize}px;
|
||||||
}
|
}
|
||||||
.material-symbols-rounded {
|
.material-symbols-outlined {
|
||||||
font-family: 'Material Symbols Rounded';
|
font-family: 'Material Symbols Outlined';
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
@ -113,7 +113,7 @@ export class DeesIcon extends DeesElement {
|
|||||||
${this.iconName
|
${this.iconName
|
||||||
? html`
|
? html`
|
||||||
<i
|
<i
|
||||||
class="material-symbols-rounded"
|
class="material-symbols-outlined"
|
||||||
>
|
>
|
||||||
${this.iconName}
|
${this.iconName}
|
||||||
</i>`
|
</i>`
|
||||||
|
Loading…
Reference in New Issue
Block a user