fix(core): update

This commit is contained in:
Philipp Kunz 2023-01-09 13:55:14 +01:00
parent 4fbb1caaeb
commit ec50b4b3a0
2 changed files with 4 additions and 4 deletions

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@designestate/dees-catalog', name: '@designestate/dees-catalog',
version: '1.0.121', version: '1.0.122',
description: 'website for lossless.com' description: 'website for lossless.com'
} }

View File

@ -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-outlined { .material-symbols-rounded {
font-family: 'Material Symbols Outlined'; font-family: 'Material Symbols Rounded';
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-outlined" class="material-symbols-rounded"
> >
${this.iconName} ${this.iconName}
</i>` </i>`