fix(core): update
This commit is contained in:
		| @@ -3,6 +3,6 @@ | ||||
|  */ | ||||
| export const commitinfo = { | ||||
|   name: '@design.estate/dees-wcctools', | ||||
|   version: '1.0.78', | ||||
|   version: '1.0.79', | ||||
|   description: 'wcc tools for creating element catalogues' | ||||
| } | ||||
|   | ||||
| @@ -61,7 +61,6 @@ export class WccDashboard extends DeesElement { | ||||
|     return html` | ||||
|       <style> | ||||
|         :host { | ||||
|           font-family: 'Mona Sans', 'Inter', sans-serif; | ||||
|           background: #fcfcfc; | ||||
|           display: block; | ||||
|           box-sizing: border-box; | ||||
|   | ||||
| @@ -25,7 +25,7 @@ export class WccSidebar extends DeesElement { | ||||
|         :host { | ||||
|           display: block; | ||||
|           border-right: 1px solid #999; | ||||
|           font-family: 'Mona Sans', 'Inter', sans-serif; | ||||
|           font-family: 'Roboto', 'Inter', sans-serif; | ||||
|           box-sizing: border-box; | ||||
|           position: absolute; | ||||
|           left: 0px; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user