fix colors

This commit is contained in:
xds
2025-02-17 21:49:56 +03:00
parent 3081292e05
commit c7857cc9f7
5 changed files with 21 additions and 12 deletions

View File

@@ -22,11 +22,15 @@ app.directive('ripple', Ripple);
app.directive('tooltip', Tooltip);
app.use(PrimeVue, {
theme: {
preset: Aura
preset: Aura,
options: {
darkModeSelector: 'light-mode',
}
}
});
app.config.globalProperties.$primevue.config.locale = {
firstDayOfWeek: 1, // Устанавливаем понедельник как первый день недели
dayNames: ["Воскресенье", "Понедельник", "Вторник", "Среда", "Четверг", "Пятница", "Суббота"],