From fa2984d167dc56e0d42c2c9717acac71e539505c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 24 Oct 2025 11:51:03 +0000 Subject: [PATCH 1/2] Initial plan From d3fa74a7b3b65ecf2c8e50c7468e32bc700a35f7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 24 Oct 2025 11:55:29 +0000 Subject: [PATCH 2/2] Revert color changes to original dark blue from commit ce59b1f Co-authored-by: MarkShidran <15670678+MarkShidran@users.noreply.github.com> --- src/App.vue | 2 +- src/pages/PageMain.vue | 3 ++- src/vuetify.ts | 6 +++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/App.vue b/src/App.vue index a8d6806..d998de6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -14,7 +14,7 @@ const onChangeTab = () => {
-
{{ allDef ? formattedStipend : '?' }}
+
{{ allDef ? formattedStipend : '?' }}
@@ -173,6 +173,7 @@ const courses = ['1', '2', '3', '4', '5', '6', '1М', '2М']; display: flex; align-items: center; font-size: 30px; + background: rgb(0 1 76); color: white; border-radius: 999px; padding: 0 16px; diff --git a/src/vuetify.ts b/src/vuetify.ts index 288a2f8..a7d659f 100644 --- a/src/vuetify.ts +++ b/src/vuetify.ts @@ -4,7 +4,7 @@ import { aliases, mdi } from 'vuetify/iconsets/mdi-svg'; const profcomffLight = { dark: false, colors: { - primary: 'rgba(71, 28, 120)', + primary: 'rgb(0, 1, 76)', 'on-primary': 'rgb(255, 255, 255)', secondary: 'rgb(255, 139, 0)', @@ -31,11 +31,11 @@ export const vuetify = createVuetify({ }, defaults: { VBtnToggle: { - color: 'rgba(71, 28, 120)', + color: 'rgb(0, 1, 76)', elevation: 1, }, VCheckbox: { - color: 'rgba(71, 28, 120)', + color: 'rgb(0, 1, 76)', }, }, theme: {