diff --git a/client/src/app/layout/AppHeader.tsx b/client/src/app/layout/AppHeader.tsx index 495efd8..1c2011a 100644 --- a/client/src/app/layout/AppHeader.tsx +++ b/client/src/app/layout/AppHeader.tsx @@ -92,7 +92,12 @@ export const AppHeader = React.memo(function AppHeader() { transition: 'box-shadow 0.2s ease, background-color 0.2s ease', }} > - + {isMobile && ( - + go('/auth')} + sx={{ ml: 1 }} + aria-label="Пользователь" + > {user ? ( ) : ( diff --git a/client/src/shared/ui/SchemeSwitcher/SchemeSwitcher.tsx b/client/src/shared/ui/SchemeSwitcher/SchemeSwitcher.tsx index c9baf9b..a41a0ee 100644 --- a/client/src/shared/ui/SchemeSwitcher/SchemeSwitcher.tsx +++ b/client/src/shared/ui/SchemeSwitcher/SchemeSwitcher.tsx @@ -12,7 +12,7 @@ type Props = { const SCHEMES: { key: ColorScheme; color: string; label: string; icon: React.ReactNode }[] = [ { key: 'craft', color: '#546E7A', label: 'Крафт', icon: }, { key: 'forest', color: '#2E8B57', label: 'Лес', icon: }, - { key: 'ocean', color: '#20B2AA', label: 'Океан', icon: }, + { key: 'ocean', color: '#0E8A82', label: 'Океан', icon: }, { key: 'berry', color: '#8A2BE2', label: 'Ягоды', icon: }, ] diff --git a/server/prisma/prisma/dev.db b/server/prisma/prisma/dev.db index eb1f48b..3540a33 100644 Binary files a/server/prisma/prisma/dev.db and b/server/prisma/prisma/dev.db differ