fix(core): update

This commit is contained in:
Philipp Kunz 2022-06-26 15:04:04 +02:00
parent 232d063485
commit 9b5448e096
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -113,6 +113,7 @@ export class DeesTable<T> extends DeesElement {
min-height: 50px; min-height: 50px;
background: ${cssManager.bdTheme('#fafafa', '#333333')}; background: ${cssManager.bdTheme('#fafafa', '#333333')};
border-radius: 3px; border-radius: 3px;
border-top: 1px solid ${cssManager.bdTheme('#fff', '#444')};
box-shadow: 0px 0px 5px rgba(0,0,0,0.3); box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
} }
.headingSeparation { .headingSeparation {