diff --git a/changelog.md b/changelog.md index 76eee58..4c8ce76 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2024-11-07 - 1.3.1 - fix(DeesSimpleAppDash) +Fix: add border to controlbar in DeesSimpleAppDash + +- Fixed the missing border at the top of the controlbar in DeesSimpleAppDash. + ## 2024-11-07 - 1.3.0 - feat(dees-simple-appdash) Enhance responsive styling and terminal setup command diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index db75722..dab298c 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@design.estate/dees-catalog', - version: '1.3.0', + version: '1.3.1', description: 'A library for building components and other projects' } diff --git a/ts_web/elements/dees-simple-appdash.ts b/ts_web/elements/dees-simple-appdash.ts index 6dafb04..77f63a3 100644 --- a/ts_web/elements/dees-simple-appdash.ts +++ b/ts_web/elements/dees-simple-appdash.ts @@ -138,6 +138,7 @@ export class DeesSimpleAppDash extends DeesElement { bottom: 0px; left: 0px; width: 100%; + border-top: 1px solid #44444480; height: 24px; background: ${cssManager.bdTheme(colors.bright.blueMuted, colors.dark.blueMuted)}; z-index: 2;