diff --git a/electron/main/index.ts b/electron/main/index.ts index b73d028d..a729df8a 100644 --- a/electron/main/index.ts +++ b/electron/main/index.ts @@ -52,7 +52,10 @@ const indexHtml = path.join(RENDERER_DIST, 'index.html') async function createWindow() { win = new BrowserWindow({ - title: 'Main window', + title: 'APM AppStore', + width: 1366, + height: 768, + autoHideMenuBar: true, icon: path.join(process.env.VITE_PUBLIC, 'favicon.ico'), webPreferences: { preload, diff --git a/src/assets/css/appstyle.css b/src/assets/css/appstyle.css index 0c505f13..447f12d5 100644 --- a/src/assets/css/appstyle.css +++ b/src/assets/css/appstyle.css @@ -789,7 +789,7 @@ align-items: center; .action-btn { padding: 8px 12px; border-radius: 10px; -background: var(--card); +background: var(--accent); border: 1px solid rgba(15, 23, 42, 0.04); box-shadow: var(--shadow); cursor: pointer; diff --git a/src/components/InstalledAppsModal.vue b/src/components/InstalledAppsModal.vue index a38d1c8d..f15f4c7c 100644 --- a/src/components/InstalledAppsModal.vue +++ b/src/components/InstalledAppsModal.vue @@ -7,7 +7,7 @@