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: {