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