feat: update styles

This commit is contained in:
2025-08-08 17:13:41 +03:00
parent 5f785e82e6
commit ca3a59f43a
11 changed files with 93 additions and 32 deletions

View File

@@ -16,6 +16,9 @@ export const useSettingsStore = defineStore('settings', {
theme: {
light: 'light',
dark: 'dark',
variables: {
'--product_list_title_max_lines': 2,
}
},
noMoreProductsMessage: '🔚 Ну всё, разгрузили всё, что было. Даже кладовщика разбудить не удалось.',
}),