From 313009d3ff85f50dc0c768a84d3d8d60ee25245d Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 9 Jan 2023 14:19:58 +0100 Subject: [PATCH] fix(core): update --- ts_web/00_commitinfo_data.ts | 2 +- ts_web/elements/dees-icon.ts | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index e0c4d3c..9b9f645 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@designestate/dees-catalog', - version: '1.0.122', + version: '1.0.123', description: 'website for lossless.com' } diff --git a/ts_web/elements/dees-icon.ts b/ts_web/elements/dees-icon.ts index 04f68ce..1ded4b4 100644 --- a/ts_web/elements/dees-icon.ts +++ b/ts_web/elements/dees-icon.ts @@ -95,8 +95,8 @@ export class DeesIcon extends DeesElement { display: inline-block; height: ${this.svgSize}px; } - .material-symbols-rounded { - font-family: 'Material Symbols Rounded'; + .material-symbols-outlined { + font-family: 'Material Symbols Outlined'; font-weight: normal; font-style: normal; line-height: inherit; @@ -113,7 +113,7 @@ export class DeesIcon extends DeesElement { ${this.iconName ? html` ${this.iconName} `