fix(core): update

This commit is contained in:
Philipp Kunz 2023-01-07 16:32:43 +01:00
parent 5cca89de37
commit 05bbfccd22
3 changed files with 3 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.117', version: '1.0.118',
description: 'website for lossless.com' description: 'website for lossless.com'
} }

View File

@ -77,6 +77,7 @@ export class DeesButton extends DeesElement {
transition: all 0.1s , color 0s; transition: all 0.1s , color 0s;
position: relative; position: relative;
font-size: 14px; font-size: 14px;
font-weight: 400;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;

View File

@ -137,6 +137,7 @@ export class DeesTable<T> extends DeesElement {
.mainbox { .mainbox {
color: ${cssManager.bdTheme('#333', '#fff')}; color: ${cssManager.bdTheme('#333', '#fff')};
font-family: Inter; font-family: Inter;
font-weight: 400;
font-size: 16px; font-size: 16px;
padding: 16px; padding: 16px;
display: block; display: block;